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 | ?D????^ | 00111111010001000011111100111111001111110011111101011110 | 3f443f3f3f3f5e |
SJIS-WIN | ?D????^ | 00111111010001000011111100111111001111110011111101011110 | 3f443f3f3f3f5e |
EUC-JP | ?D????^ | 00111111010001000011111100111111001111110011111101011110 | 3f443f3f3f3f5e |
UTF-8 | 청D쩐청짙쩐^ | 1110110010110010101011010100010011101100101010011001000011101100101100101010110111101100101001111001100111101100101010011001000001011110 | ecb2ad44eca990ecb2adeca799eca9905e |
UHC | 청D쩐청짙쩐^ | 110000111011101101000100110000101011111011000011101110111100001010100011110000101011111001011110 | c3bb44c2bec3bbc2a3c2be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)