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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?損 | 001111111001000110111001 | 3f91b9 |
EUC-JP | ?損 | 001111111100001010111011 | 3fc2bb |
UTF-8 | 뿕損 | 111010111011111110010101111001101001000010001101 | ebbf95e6908d |
UHC | 뿕損 | 10010111100110001110000111011111 | 9798e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)