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 | 0011111101110000001111110111000001000010 | 3f703f7042 |
SJIS-WIN | 辿p辿pB | 10010010010010000111000010010010010010000111000001000010 | 92487092487042 |
EUC-JP | 辿p辿pB | 11000011101010010111000011000011101010010111000001000010 | c3a970c3a97042 |
UTF-8 | 辿p辿pB | 111010001011111010111111011100001110100010111110101111110111000001000010 | e8bebf70e8bebf7042 |
UHC | ?p?pB | 0011111101110000001111110111000001000010 | 3f703f7042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)