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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暸醴殄 | 100111100100000111100111110100101001111101101000 | 9e41e7d29f68 |
EUC-JP | 暸醴殄 | 110110111010001011101110110101001101110111001001 | dba2eed4ddc9 |
UTF-8 | 暸醴殄 | 111001101001101010111000111010011000011010110100111001101010111010000100 | e69ab8e986b4e6ae84 |
UHC | ?醴殄 | 0011111111010110110010101111001011001111 | 3fd6caf2cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)