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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 瀇イ骼ィン゙B | 111110110100111110110010111010011000111010101000110111011101111001000010 | fb4fb2e98ea8ddde42 |
EUC-JP | 瀇イ骼ィン゙B | 1000111111001001101011011000111010110010111100011110111010001110101010001000111011011101100011101101111001000010 | 8fc9ad8eb2f1ee8ea88edd8ede42 |
UTF-8 | 瀇イ骼ィン゙B | 11100111100000001000011111101111101111011011001011101001101010101011110011101111101111011010100011101111101111101001110111101111101111101001111001000010 | e78087efbdb2e9aabcefbda8efbe9defbe9e42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)