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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陝ャ諠廢 | 11101000100111111010110011100110100000111001110001000101 | e89face6839c45 |
EUC-JP | 陝ャ諠廢 | 1111000010100001100011101010110011101011111000111101011110100110 | f0a18eacebe3d7a6 |
UTF-8 | 陝ャ諠廢 | 111010011001100110011101111011111011110110101100111010001010101110100000111001011011101110100010 | e9999defbdace8aba0e5bba2 |
UHC | 陝??廢 | 111000001110110100111111001111111111100011001000 | e0ed3f3ff8c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)