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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 螫ェ豢溽鉙B | 11100101101011001010101011100110101101001001111111100111111110111100100001000010 | e5acaae6b49fe7fbc842 |
EUC-JP | 螫ェ豢溽鉙B | 111010101010111010001110101010101110110010110110110111101110100110001111111000111110001101000010 | eaae8eaaecb6dee98fe3e342 |
UTF-8 | 螫ェ豢溽鉙B | 11101000100111101010101111101111101111011010101011101000101100011010001011100110101110101011110111101001100010011001100101000010 | e89eabefbdaae8b1a2e6babde9899942 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)