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 | 曠癩條 | 100111100100010011100001100110101001111010001010 | 9e44e19a9e8a |
EUC-JP | 曠癩條 | 110110111010010111100001111110101101101111101010 | dba5e1fadbea |
UTF-8 | 曠癩條 | 111001101001101110100000111001111001100110101001111001101010001010011101 | e69ba0e799a9e6a29d |
UHC | 曠癩條 | 110011101100011111010100111111011111000011001001 | cec7d4fdf0c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)