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 | 贓?? | 11100110110110010011111100111111 | e6d93f3f |
EUC-JP | 贓?獐 | 111011001101101100111111100011111100101110111010 | ecdb3f8fcbba |
UTF-8 | 贓렔獐 | 111010001011010010010011111010111010000010010100111001111000110110010000 | e8b493eba094e78d90 |
UHC | 贓렔獐 | 111011011111110010001110101010011110110111101111 | edfc8ea9edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)