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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雕?琥?雕? | 111010001011100000111111111000001110011000111111111010001011100000111111 | e8b83fe0e63fe8b83f |
EUC-JP | 雕?琥?雕? | 111100001011101000111111111000001110100000111111111100001011101000111111 | f0ba3fe0e83ff0ba3f |
UTF-8 | 雕렟琥렍雕렟 | 111010011001101110010101111010111010000010011111111001111001000010100101111010111010000010001101111010011001101110010101111010111010000010011111 | e99b95eba09fe790a5eba08de99b95eba09f |
UHC | 雕렟琥렍雕렟 | 111100001110011110001110101100001111101111010000100011101010001111110000111001111000111010110000 | f0e78eb0fbd08ea3f0e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)