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 | 鞐狗ョ懃・殼 | 11101000110111101000101111100111101011101001110011100111101001011001111101110110 | e8de8be7ae9ce7a59f76 |
EUC-JP | 鞐狗ョ懃・殼 | 111100001110000010110110111010011000111010101110110110001110100110001110101001011101110111010111 | f0e0b6e98eaed8e98ea5ddd7 |
UTF-8 | 鞐狗ョ懃・殼 | 111010011001111010010000111001111000101110010111111011111011110110101110111001101000011110000011111011111011110110100101111001101010111010111100 | e99e90e78b97efbdaee68783efbda5e6aebc |
UHC | ?狗?懃?殼 | 001111111100111110110111001111111101000011000100001111111100101011000011 | 3fcfb73fd0c43fcac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)