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 | 讒願イ隠 | 11100110101001111000101011101000101100101000100101000010 | e6a78ae8b28942 |
EUC-JP | 讒願イ隠 | 1110110010101001101101001110101010001110101100101011000110100011 | eca9b4ea8eb2b1a3 |
UTF-8 | 讒願イ隠 | 111010001010111010010010111010011010000110011000111011111011110110110010111010011001101010100000 | e8ae92e9a198efbdb2e99aa0 |
UHC | 讒願?? | 111100111101100011101010110000110011111100111111 | f3d8eac33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)