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 | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
SJIS-WIN | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
EUC-JP | ??P??PB | 00111111001111110101000000111111001111110101000001000010 | 3f3f503f3f5042 |
UTF-8 | 렻렎P렻렎PB | 111010111010000010111011111010111010000010001110010100001110101110100000101110111110101110100000100011100101000001000010 | eba0bbeba08e50eba0bbeba08e5042 |
UHC | 렻렎P렻렎PB | 1000111011000011100011101010010001010000100011101100001110001110101001000101000001000010 | 8ec38ea4508ec38ea45042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)