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 | 柔?章 | 1000111101011111001111111000111111001101 | 8f5f3f8fcd |
EUC-JP | 柔?章 | 1011110111000000001111111011111011001111 | bdc03fbecf |
UTF-8 | 柔렪章 | 111001101001111110010100111010111010000010101010111001111010101110100000 | e69f94eba0aae7aba0 |
UHC | 柔렪章 | 111010101111010110001110101110001110110111110001 | eaf58eb8edf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)