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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 逡啄┛BF | 1110011110010101100100011110110110000100101011100100001001000110 | e79591ed84ae4246 |
EUC-JP | 逡啄┛BF | 1110110111110101110000101110111110101000101100000100001001000110 | edf5c2efa8b04246 |
UTF-8 | 逡啄┛BF | 1110100110000000101000011110010110010101100001001110001010010100100110110100001001000110 | e980a1e59584e2949b4246 |
UHC | 逡啄┛BF | 1111000111100100111101101111001010100110101100000100001001000110 | f1e4f6f2a6b04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)