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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 堊???? | 100110101011111100111111001111110011111100111111 | 9abf3f3f3f3f |
EUC-JP | 堊???? | 110101001100000100111111001111110011111100111111 | d4c13f3f3f3f |
UTF-8 | 堊롊렳롇롚 | 111001011010000010001010111010111010000110001010111010111010000010110011111010111010000110000111111010111010000110011010 | e5a08aeba18aeba0b3eba187eba19a |
UHC | 堊롊렳롇롚 | 11100100101111101000111011010000100011101100000010001110110011011000111011011110 | e4be8ed08ec08ecd8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)