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 | 樟ξ? | 1000111110111110100000111100110000111111 | 8fbe83cc3f |
EUC-JP | 樟ξ? | 1011111011000000101001101100111000111111 | bec0a6ce3f |
UTF-8 | 樟ξ몯 | 1110011010101000100111111100111010111110111010111010101010101111 | e6a89fcebeebaaaf |
UHC | 樟ξ몯 | 111011011110100110100101111011101001000110011001 | ede9a5ee9199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)