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 | 蠇晁樗鞴 | 1111101110100001100111011110100010010010100101001110100011100100 | fba19de89294e8e4 |
EUC-JP | ?晁樗鞴 | 00111111110110101110101011000011111101001111000011100110 | 3fdaeac3f4f0e6 |
UTF-8 | 蠇晁樗鞴 | 111010001010000010000111111001101001100110000001111001101010100010010111111010011001111010110100 | e8a087e69981e6a897e99eb4 |
UHC | ?晁樗? | 001111111111000011000101111011101100000000111111 | 3ff0c5eec03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)