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 | 睨綟莱 | 111000011100100111100011011001011001011110001001 | e1c9e3659789 |
EUC-JP | 睨綟莱 | 111000101100101111100101110001101100110111101001 | e2cbe5c6cde9 |
UTF-8 | 睨綟莱 | 111001111001110110101000111001111011011010011111111010001000111010110001 | e79da8e7b69fe88eb1 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)