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 | 掌?? | 10001111101101100011111100111111 | 8fb63f3f |
EUC-JP | 掌?? | 10111110101110000011111100111111 | beb83f3f |
UTF-8 | 掌쾅렪 | 111001101000111010001100111011001011111010000101111010111010000010101010 | e68e8cecbe85eba0aa |
UHC | 掌쾅렪 | 111011011110011011000100111001111000111010111000 | ede6c4e78eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)