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 | 騾狗ョ懃・殼 | 11101001100000001000101111100111101011101001110011100111101001011001111101110110 | e9808be7ae9ce7a59f76 |
EUC-JP | 騾狗ョ懃・殼 | 111100011110000010110110111010011000111010101110110110001110100110001110101001011101110111010111 | f1e0b6e98eaed8e98ea5ddd7 |
UTF-8 | 騾狗ョ懃・殼 | 111010011010100010111110111001111000101110010111111011111011110110101110111001101000011110000011111011111011110110100101111001101010111010111100 | e9a8bee78b97efbdaee68783efbda5e6aebc |
UHC | ?狗?懃?殼 | 001111111100111110110111001111111101000011000100001111111100101011000011 | 3fcfb73fd0c43fcac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)