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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 歪????? | 10011000011000110011111100111111001111110011111100111111 | 98633f3f3f3f3f |
EUC-JP | 歪????? | 11001111110001000011111100111111001111110011111100111111 | cfc43f3f3f3f3f |
UTF-8 | 歪귝깄廉섋킆 | 111001101010110110101010111010101011011110011101111010101011100110000100111011111010011010100010111011001000010010001011111011011000001010000110 | e6adaaeab79deab984efa6a2ec848bed8286 |
UHC | 歪귝깄廉섋킆 | 111010001110000010000010111001101000001110000101111001101111010110011000111010001011010010010010 | e8e082e68385e6f598e8b492 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)