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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 題?湲? | 100100011110100000111111100111111101000100111111 | 91e83f9fd13f |
EUC-JP | 題?湲? | 110000101110101000111111110111101101001100111111 | c2ea3fded33f |
UTF-8 | 題렍湲렰 | 111010011010000110001100111010111010000010001101111001101011100110110010111010111010000010110000 | e9a18ceba08de6b9b2eba0b0 |
UHC | 題렍湲렰 | 1111000010111001100011101010001111101010101110001000111010111101 | f0b98ea3eab88ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)