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 | 韭橄寵 | 111010001110101010011110111010111001001010011110 | e8ea9eeb929e |
EUC-JP | 韭橄寵 | 111100001110110011011100111011011100001111111110 | f0ecdcedc3fe |
UTF-8 | 韭橄寵 | 111010011001111110101101111001101010100110000100111001011010111110110101 | e99fade6a984e5afb5 |
UHC | ?橄寵 | 0011111111001010111101001111010111000001 | 3fcaf4f5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)