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 | 1110100111101011001111110011111100111111001111110011111101000010 | e9eb3f3f3f3f3f42 |
EUC-JP | 鴉??洧??B | 11110010111011010011111100111111100011111100011110110100001111110011111101000010 | f2ed3f3f8fc7b43f3f42 |
UTF-8 | 鴉띲깙洧밟뀬B | 11101001101101001000100111101011100111011011001011101010101110011001100111100110101101001010011111101011101100001001111111101011100000001010110001000010 | e9b489eb9db2eab999e6b4a7ebb09feb80ac42 |
UHC | 鴉띲깙洧밟뀬B | 11100100101111001000110111100011100000111001000111101010111110111011100111100010100001011010001001000010 | e4bc8de38391eafbb9e285a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)