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 | 100011100111100000111111010100001000111001111000001111110101000001000010 | 8e783f508e783f5042 |
EUC-JP | 支?P支?PB | 101110111101100100111111010100001011101111011001001111110101000001000010 | bbd93f50bbd93f5042 |
UTF-8 | 支렜P支렜PB | 111001101001010010101111111010111010000010011100010100001110011010010100101011111110101110100000100111000101000001000010 | e694afeba09c50e694afeba09c5042 |
UHC | 支렜P支렜PB | 1111001010101000100011101010111001010000111100101010100010001110101011100101000001000010 | f2a88eae50f2a88eae5042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)