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 | 11100110101110101010101001001000 | e6baaa48 |
SJIS-WIN | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
EUC-JP | 溪H | 10001111101010011100000110001111101000101110101110001111101000101110110001001000 | 8fa9c18fa2eb8fa2ec48 |
UTF-8 | 溪H | 11000011101001101100001010111010110000101010101001001000 | c3a6c2bac2aa48 |
UHC | 溪H | 10101001101000011010100010101100101010001010001101001000 | a9a1a8aca8a348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)