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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?筍?筍B | 00111111111000101010000100111111111000101010000101000010 | 3fe2a13fe2a142 |
EUC-JP | ?筍?筍B | 00111111111001001010001100111111111001001010001101000010 | 3fe4a33fe4a342 |
UTF-8 | 먳筍먳筍B | 11101011101010001011001111100111101011011000110111101011101010001011001111100111101011011000110101000010 | eba8b3e7ad8deba8b3e7ad8d42 |
UHC | 먳筍먳筍B | 100100001111000011100010111011001001000011110000111000101110110001000010 | 90f0e2ec90f0e2ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)