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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?咐■ | 0011111110011001111100111000000110100001 | 3f99f381a1 |
EUC-JP | ?咐■ | 0011111111010010111101011010001010100011 | 3fd2f5a2a3 |
UTF-8 | 뤫咐■ | 111010111010010010101011111001011001001010010000111000101001011010100000 | eba4abe59290e296a0 |
UHC | 뤫咐■ | 100011111101100111011100111110111010000111100001 | 8fd9dcfba1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)