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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 拗??拗??B | 100111010101100000111111001111111001110101011000001111110011111101000010 | 9d583f3f9d583f3f42 |
EUC-JP | 拗??拗??B | 110110011011100100111111001111111101100110111001001111110011111101000010 | d9b93f3fd9b93f3f42 |
UTF-8 | 拗룸졁拗룸졁B | 11100110100010111001011111101011101000111011100011101100101000011000000111100110100010111001011111101011101000111011100011101100101000011000000101000010 | e68b97eba3b8eca181e68b97eba3b8eca18142 |
UHC | 拗룸졁拗룸졁B | 11101000111100111011011111101011101000001011001011101000111100111011011111101011101000001011001001000010 | e8f3b7eba0b2e8f3b7eba0b242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)