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 | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 諶??BF | 111110111010101000111111001111110100001001000110 | fbaa3f3f4246 |
EUC-JP | 諶??BF | 10001111110111101011010100111111001111110100001001000110 | 8fdeb53f3f4246 |
UTF-8 | 諶뙊뢇BF | 1110100010101011101101101110101110011001100010101110101110100010100001110100001001000110 | e8abb6eb998aeba2874246 |
UHC | 諶뙊뢇BF | 1110010010100110100011001000111110001111010000110100001001000110 | e4a68c8f8f434246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)