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 | 侊? | 111110100111000000111111 | fa703f |
EUC-JP | 侊? | 10001111101100011010001100111111 | 8fb1a33f |
UTF-8 | 侊냄 | 111001001011111010001010111010111000001110000100 | e4be8aeb8384 |
UHC | 侊냄 | 11001110110000101011001110111111 | cec2b3bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)