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 | 蠇晁樗驢、 | 111110111010000110011101111010001001001010010100111010011000011010100100 | fba19de89294e986a4 |
EUC-JP | ?晁樗驢、 | 001111111101101011101010110000111111010011110001111001101000111010100100 | 3fdaeac3f4f1e68ea4 |
UTF-8 | 蠇晁樗驢、 | 111010001010000010000111111001101001100110000001111001101010100010010111111010011010100110100010111011111011110110100100 | e8a087e69981e6a897e9a9a2efbda4 |
UHC | ?晁樗驢? | 0011111111110000110001011110111011000000110101011111000000111111 | 3ff0c5eec0d5f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)