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 | 0011111101111100001111110111110001000010 | 3f7c3f7c42 |
SJIS-WIN | ?|?|B | 0011111101111100001111110111110001000010 | 3f7c3f7c42 |
EUC-JP | ?|?|B | 0011111101111100001111110111110001000010 | 3f7c3f7c42 |
UTF-8 | 숥|숥|B | 111011001000100010100101011111001110110010001000101001010111110001000010 | ec88a57cec88a57c42 |
UHC | 숥|숥|B | 10011010010000100111110010011010010000100111110001000010 | 9a427c9a427c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)