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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 竟咤n竟咤nB | 1110100011101101100110100100001001101110111010001110110110011010010000100110111001000010 | e8ed9a426ee8ed9a426e42 |
EUC-JP | 竟咤n竟咤nB | 1111000011101111110100111010001101101110111100001110111111010011101000110110111001000010 | f0efd3a36ef0efd3a36e42 |
UTF-8 | 竟咤n竟咤nB | 111001111010101110011111111001011001001010100100011011101110011110101011100111111110010110010010101001000110111001000010 | e7ab9fe592a46ee7ab9fe592a46e42 |
UHC | 竟咤n竟咤nB | 1100110011100101111101101110001101101110110011001110010111110110111000110110111001000010 | cce5f6e36ecce5f6e36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)