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 | ???IB | 0011111100111111001111110100100101000010 | 3f3f3f4942 |
SJIS-WIN | 潁??IB | 100111111111000100111111001111110100100101000010 | 9ff13f3f4942 |
EUC-JP | 潁??IB | 110111101111001100111111001111110100100101000010 | def33f3f4942 |
UTF-8 | 潁욄뜥IB | 1110011010111101100000011110110010011010100001001110101110011100101001010100100101000010 | e6bd81ec9a84eb9ca54942 |
UHC | 潁욄뜥IB | 1110011110111000100111101110011010001101101010000100100101000010 | e7b89ee68da84942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)