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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 贓朧?? | 111001101101100110011110010011110011111100111111 | e6d99e4f3f3f |
EUC-JP | 贓朧?? | 111011001101101111011011101100000011111100111111 | ecdbdbb03f3f |
UTF-8 | 贓朧렮㎗ | 111010001011010010010011111001101001110010100111111010111010000010101110111000111000111010010111 | e8b493e69ca7eba0aee38e97 |
UHC | 贓朧렮㎗ | 1110110111111100110101101110100010001110101110111010011110100011 | edfcd6e88ebba7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)