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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ???肯\ | 001111110011111100111111100011010110110101011100 | 3f3f3f8d6d5c |
EUC-JP | 縕??肯\ | 1000111111010100110000100011111100111111101110011100111001011100 | 8fd4c23f3fb9ce5c |
UTF-8 | 縕됬렡肯\ | 11100111101110001001010111101011100100001010110011101011101000001010000111101000100000101010111101011100 | e7b895eb90aceba0a1e882af5c |
UHC | 縕됬렡肯\ | 111010001011001010001001111001111000111010110010110100001110100101011100 | e8b289e78eb2d0e95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)