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 | 100100111011010100111111100010101010001001000010 | 93b53f8aa242 |
EUC-JP | 瞳?瓦B | 110001101011011100111111101101001010010001000010 | c6b73fb4a442 |
UTF-8 | 瞳料瓦B | 11100111100111101011001111101111101001101011111011100111100100111010011001000010 | e79eb3efa6bee793a642 |
UHC | 瞳料瓦B | 11010100110110101110100011110111111010001011111101000010 | d4dae8f7e8bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)