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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??j雋麥? | 001111110011111110000010100010101110100010110010111010100110110100111111 | 3f3f828ae8b2ea6d3f |
EUC-JP | 焌?j雋麥? | 1000111111001001111010000011111110100011111010101111000010110100111100111100111000111111 | 8fc9e83fa3eaf0b4f3ce3f |
UTF-8 | 焌쇔j雋麥렎 | 111001111000010010001100111011001000011110010100111011111011110110001010111010011001101110001011111010011011101010100101111010111010000010001110 | e7848cec8794efbd8ae99b8be9baa5eba08e |
UHC | 焌쇔j雋麥렎 | 111100011110000010111100111001011010001111101010111100011110011011011000111010101000111010100100 | f1e0bce5a3eaf1e6d8ea8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)