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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 綵э└B | 11100011010111001000010010001111100001001010010001000010 | e35c848f84a442 |
EUC-JP | 綵э└B | 11100101101111011010011111101111101010001010011001000010 | e5bda7efa8a642 |
UTF-8 | 綵э└B | 111001111011011010110101110100011000110111100010100101001001010001000010 | e7b6b5d18de2949442 |
UHC | 綵э└B | 11110011111101111010110011101111101001101010011001000010 | f3f7acefa6a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)