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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
EUC-JP | 縕??h縕 | 100011111101010011000010001111110011111101101000100011111101010011000010 | 8fd4c23f3f688fd4c2 |
UTF-8 | 縕섌낡h縕 | 11100111101110001001010111101100100001001000110011101011100000101010000101101000111001111011100010010101 | e7b895ec848ceb82a168e7b895 |
UHC | 縕섌낡h縕 | 111010001011001010011000111010011011001110110000011010001110100010110010 | e8b298e9b3b068e8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)