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 | ???@B | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | 歟??@B | 100111110110001000111111001111110100000001000010 | 9f623f3f4042 |
EUC-JP | 歟??@B | 110111011100001100111111001111110100000001000010 | ddc33f3f4042 |
UTF-8 | 歟볥젻@B | 1110011010101101100111111110101110110011101001011110110010100000101110110100000001000010 | e6ad9febb3a5eca0bb4042 |
UHC | 歟볥젻@B | 1110011010100010100100111110101110100000101011100100000001000010 | e6a293eba0ae4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)