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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隱橄抽 | 111010001010101010011110111010111001001010001010 | e8aa9eeb928a |
EUC-JP | 隱橄抽 | 111100001010110011011100111011011100001111101010 | f0acdcedc3ea |
UTF-8 | 隱橄抽 | 111010011001101010110001111001101010100110000100111001101000101010111101 | e99ab1e6a984e68abd |
UHC | 隱橄抽 | 111010111101111111001010111101001111010111001110 | ebdfcaf4f5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)