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 | ??BF | 00111111001111110100001001000110 | 3f3f4246 |
SJIS-WIN | 章桔BF | 100011111100110110001011011010100100001001000110 | 8fcd8b6a4246 |
EUC-JP | 章桔BF | 101111101100111110110101110010110100001001000110 | becfb5cb4246 |
UTF-8 | 章桔BF | 1110011110101011101000001110011010100001100101000100001001000110 | e7aba0e6a1944246 |
UHC | 章桔BF | 111011011111000111010001110100000100001001000110 | edf1d1d04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)