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 | 1001011110000001100100001111100001101111 | 978190f86f |
EUC-JP | 浴煽o | 1100110111100001110000001111101001101111 | cde1c0fa6f |
UTF-8 | 浴煽o | 11100110101101011011010011100111100001011011110101101111 | e6b5b4e785bd6f |
UHC | 浴煽o | 1110100110110001111000001100001101101111 | e9b1e0c36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)