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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ワ」ンラ | 110111001010001111110100101101101101110111010111 | dca3f4b6ddd7 |
EUC-JP | ワ」?ンラ | 100011101101110010001110101000110011111110001110110111011000111011010111 | 8edc8ea33f8edd8ed7 |
UTF-8 | ワ」ンラ | 111011111011111010011100111011111011110110100011111011101000110110100101111011111011111010011101111011111011111010010111 | efbe9cefbda3ee8da5efbe9defbe97 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)