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 | 隴檎洸 | 111010001010110110001100111001111001111110101001 | e8ad8ce79fa9 |
EUC-JP | 隴檎洸 | 111100001010111110111000111010011101111010101011 | f0afb8e9deab |
UTF-8 | 隴檎洸 | 111010011001101010110100111001101010101010001110111001101011010010111000 | e99ab4e6aa8ee6b4b8 |
UHC | ?檎洸 | 0011111111010000110101011100111011001000 | 3fd0d5cec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)