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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 如??如??^ | 100101000100000000111111001111111001010001000000001111110011111101011110 | 94403f3f94403f3f5e |
EUC-JP | 如??如??^ | 110001111010000100111111001111111100011110100001001111110011111101011110 | c7a13f3fc7a13f3f5e |
UTF-8 | 如꾣섕如꾪뿷^ | 11100101101001101000001011101010101111101010001111101100100001001001010111100101101001101000001011101010101111101010101011101011101111111011011101011110 | e5a682eabea3ec8495e5a682eabeaaebbfb75e |
UHC | 如꾣섕如꾪뿷^ | 11100101111111011000010011100110101111001010110011100101111111011000010011101101100101111011011101011110 | e5fd84e6bcace5fd84ed97b75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)