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 | 1110100011100101100010001110011110011110100011100100001001000110 | e8e588e79e8e4246 |
EUC-JP | 韃育梹BF | 1111000011100111101100001110100111011011111011100100001001000110 | f0e7b0e9dbee4246 |
UTF-8 | 韃育梹BF | 1110100110011111100000111110100010000010101100101110011010100010101110010100001001000110 | e99f83e882b2e6a2b94246 |
UHC | ?育?BF | 001111111110101111000000001111110100001001000110 | 3febc03f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)