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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 盖涌G | 1110000110110011100101110100111101000111 | e1b3974f47 |
EUC-JP | 盖涌G | 1110001010110101110011011011000001000111 | e2b5cdb047 |
UTF-8 | 盖涌G | 11100111100110111001011011100110101101101000110001000111 | e79b96e6b68c47 |
UHC | 盖涌G | 1100101111001100111010011011111101000111 | cbcce9bf47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)