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 | 曠璧霧 | 100111100100010011100000111110001001011010110110 | 9e44e0f896b6 |
EUC-JP | 曠璧霧 | 110110111010010111100000111110101100110010111000 | dba5e0faccb8 |
UTF-8 | 曠璧霧 | 111001101001101110100000111001111001001010100111111010011001110010100111 | e69ba0e792a7e99ca7 |
UHC | 曠璧霧 | 110011101100011111011011111111011101100111110110 | cec7dbfdd9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)