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 | ª£ý_ | 1000111110101010101000111111110101011111 | 8faaa3fd5f |
SJIS-WIN | ??£?_ | 001111110011111110000001100100100011111101011111 | 3f3f81923f5f |
EUC-JP | ?ª£ý_ | 00111111100011111010001011101100101000011111001010001111101010111111001001011111 | 3f8fa2eca1f28fabf25f |
UTF-8 | ª£ý_ | 110000101000111111000010101010101100001010100011110000111011110101011111 | c28fc2aac2a3c3bd5f |
UHC | ?ª??_ | 001111111010100010100011001111110011111101011111 | 3fa8a33f3f5f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)