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 | 001111110101111001101000 | 3f5e68 |
SJIS-WIN | 涌^h | 10010111010011110101111001101000 | 974f5e68 |
EUC-JP | 涌^h | 11001101101100000101111001101000 | cdb05e68 |
UTF-8 | 涌^h | 1110011010110110100011000101111001101000 | e6b68c5e68 |
UHC | 涌^h | 11101001101111110101111001101000 | e9bf5e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)