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 | 缺醇 | 11100011100111101000111110000110 | e39e8f86 |
EUC-JP | 缺醇 | 11100101111111101011110111100110 | e5febde6 |
UTF-8 | 缺醇 | 111001111011110010111010111010011000011010000111 | e7bcbae98687 |
UHC | 缺醇 | 11001100110000001110001011110101 | ccc0e2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)