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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 逍顏饅nB | 1110011110010110111010001111100011101001010111000110111001000010 | e796e8f8e95c6e42 |
EUC-JP | 逍顏饅nB | 1110110111110110111100001111101011110001101111010110111001000010 | edf6f0faf1bd6e42 |
UTF-8 | 逍顏饅nB | 1110100110000000100011011110100110100001100011111110100110100101100001010110111001000010 | e9808de9a18fe9a5856e42 |
UHC | 逍?饅nB | 11100001110011100011111111011000110000110110111001000010 | e1ce3fd8c36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)