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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 贖翠勧] | 11100110110111001001000010001001100010101010100101011101 | e6dc90898aa95d |
EUC-JP | 贖翠勧] | 11101100110111101011111111101001101101001010101101011101 | ecdebfe9b4ab5d |
UTF-8 | 贖翠勧] | 11101000101101001001011011100111101111111010000011100101100010111010011101011101 | e8b496e7bfa0e58ba75d |
UHC | 贖翠?] | 111000011101101111110110101010000011111101011101 | e1dbf6a83f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)