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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 昇??B | 1000111110111000001111110011111101000010 | 8fb83f3f42 |
EUC-JP | 昇??B | 1011111010111010001111110011111101000010 | beba3f3f42 |
UTF-8 | 昇띶둤B | 11100110100110001000011111101011100111011011011011101011100100011010010001000010 | e69887eb9db6eb91a442 |
UHC | 昇띶둤B | 11100011101100001000110111100101100010100101100101000010 | e3b08de58a5942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)