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| | 1000111101111100011010001000111101111100 | 8f7c688f7c |
SJIS-WIN | ?|h?| | 0011111101111100011010000011111101111100 | 3f7c683f7c |
EUC-JP | ?|h?| | 0011111101111100011010000011111101111100 | 3f7c683f7c |
UTF-8 | |h| | 11000010100011110111110001101000110000101000111101111100 | c28f7c68c28f7c |
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)