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 | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 롎렒殮n롎렒殮nB | 111010111010000110001110111010111010000010010010111011111010011010100101011011101110101110100001100011101110101110100000100100101110111110100110101001010110111001000010 | eba18eeba092efa6a56eeba18eeba092efa6a56e42 |
UHC | 롎렒殮n롎렒殮nB | 100011101101010010001110101001111110011011111001011011101000111011010100100011101010011111100110111110010110111001000010 | 8ed48ea7e6f96e8ed48ea7e6f96e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)