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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 躁嵌范 | 111001110100111010011011110001101110010010010111 | e74e9bc6e497 |
EUC-JP | 躁嵌范 | 111011011010111111010110110010001110011111110111 | edafd6c8e7f7 |
UTF-8 | 躁嵌范 | 111010001011101010000001111001011011010110001100111010001000110010000011 | e8ba81e5b58ce88c83 |
UHC | 躁嵌范 | 111100001110001011001010111011101101101111110101 | f0e2caeedbf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)