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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 盖疼o | 1110000110110011111000010111010101101111 | e1b3e1756f |
EUC-JP | 盖疼o | 1110001010110101111000011101011001101111 | e2b5e1d66f |
UTF-8 | 盖疼o | 11100111100110111001011011100111100101101011110001101111 | e79b96e796bc6f |
UHC | 盖疼o | 1100101111001100110101001101100101101111 | cbccd4d96f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)