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 | ??潁 | 00111111001111111001111111110001 | 3f3f9ff1 |
EUC-JP | 鉥?潁 | 100011111110001111101000001111111101111011110011 | 8fe3e83fdef3 |
UTF-8 | 鉥돑潁 | 111010011000100110100101111010111000111110010001111001101011110110000001 | e989a5eb8f91e6bd81 |
UHC | 鉥돑潁 | 111000101111110010001001100111011110011110111000 | e2fc899de7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)