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 | 韭橄註 | 111010001110101010011110111010111001001010010000 | e8ea9eeb9290 |
EUC-JP | 韭橄註 | 111100001110110011011100111011011100001111110000 | f0ecdcedc3f0 |
UTF-8 | 韭橄註 | 111010011001111110101101111001101010100110000100111010001010100010111011 | e99fade6a984e8a8bb |
UHC | ?橄註 | 0011111111001010111101001111000111001001 | 3fcaf4f1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)