To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 恁??恁レ? | 100111001000110000111111001111111001110010001100100000111000110000111111 | 9c8c3f3f9c8c838c3f |
EUC-JP | 恁??恁レ? | 110101111110110000111111001111111101011111101100101001011110110000111111 | d7ec3f3fd7eca5ec3f |
UTF-8 | 恁잛㎛恁レ㎣ | 111001101000000110000001111011001001111010011011111000111000111010011011111001101000000110000001111000111000001110101100111000111000111010100011 | e68181ec9e9be38e9be68181e383ace38ea3 |
UHC | 恁잛㎛恁レ㎣ | 111011001111011010011111111011001010011110101101111011001111011010101011111011001010011110100111 | ecf69feca7adecf6abeca7a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)