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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 膽吾 | 11100100010110111000110011100001 | e45b8ce1 |
EUC-JP | 膽吾 | 11100111101111001011100011100011 | e7bcb8e3 |
UTF-8 | 膽吾 | 111010001000011010111101111001011001000010111110 | e886bde590be |
UHC | 膽吾 | 11010011110001011110011111101110 | d3c5e7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)