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 | 曠癩霧 | 100111100100010011100001100110101001011010110110 | 9e44e19a96b6 |
EUC-JP | 曠癩霧 | 110110111010010111100001111110101100110010111000 | dba5e1faccb8 |
UTF-8 | 曠癩霧 | 111001101001101110100000111001111001100110101001111010011001110010100111 | e69ba0e799a9e99ca7 |
UHC | 曠癩霧 | 110011101100011111010100111111011101100111110110 | cec7d4fdd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)