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 | 蠇晁樗驪 | 1111101110100001100111011110100010010010100101001110100110001011 | fba19de89294e98b |
EUC-JP | ?晁樗驪 | 00111111110110101110101011000011111101001111000111101011 | 3fdaeac3f4f1eb |
UTF-8 | 蠇晁樗驪 | 111010001010000010000111111001101001100110000001111001101010100010010111111010011010100110101010 | e8a087e69981e6a897e9a9aa |
UHC | ?晁樗驪 | 00111111111100001100010111101110110000001101010111110001 | 3ff0c5eec0d5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)