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 | |h| | 1001111101111100011010001001111101111100 | 9f7c689f7c |
SJIS-WIN | ?|h?| | 0011111101111100011010000011111101111100 | 3f7c683f7c |
EUC-JP | ?|h?| | 0011111101111100011010000011111101111100 | 3f7c683f7c |
UTF-8 | |h| | 11000010100111110111110001101000110000101001111101111100 | c29f7c68c29f7c |
UHC | ?|h?| | 0011111101111100011010000011111101111100 | 3f7c683f7c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)