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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 訷)^ | 1111101110100100100000010110101001011110 | fba4816a5e |
EUC-JP | 訷)^ | 100011111101110111010100101000011100101101011110 | 8fddd4a1cb5e |
UTF-8 | 訷)^ | 11101000101010001011011111101111101111001000100101011110 | e8a8b7efbc895e |
UHC | ?)^ | 00111111101000111010100101011110 | 3fa3a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)