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 | 節? | 100100001101111100111111 | 90df3f |
EUC-JP | 節? | 110000001110000100111111 | c0e13f |
UTF-8 | 節뀐 | 111001111010111110000000111010111000000010010000 | e7af80eb8090 |
UHC | 節뀐 | 11101111101111011011001011101111 | efbdb2ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)