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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 銕ィ邁ォB | 11100111111011001010100011100111101100001010101101000010 | e7eca8e7b0ab42 |
EUC-JP | 銕ィ邁ォB | 111011101110111010001110101010001110111010110010100011101010101101000010 | eeee8ea8eeb28eab42 |
UTF-8 | 銕ィ邁ォB | 11101001100010101001010111101111101111011010100011101001100000101000000111101111101111011010101101000010 | e98a95efbda8e98281efbdab42 |
UHC | ??邁?B | 001111110011111111011000111001000011111101000010 | 3f3fd8e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)