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 | 雕?箏?雕? | 111010001011100000111111111000101011010100111111111010001011100000111111 | e8b83fe2b53fe8b83f |
EUC-JP | 雕?箏?雕? | 111100001011101000111111111001001011011100111111111100001011101000111111 | f0ba3fe4b73ff0ba3f |
UTF-8 | 雕렟箏렍雕렟 | 111010011001101110010101111010111010000010011111111001111010111010001111111010111010000010001101111010011001101110010101111010111010000010011111 | e99b95eba09fe7ae8feba08de99b95eba09f |
UHC | 雕렟箏렍雕렟 | 111100001110011110001110101100001110111010110100100011101010001111110000111001111000111010110000 | f0e78eb0eeb48ea3f0e78eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)