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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雕??校? | 11101000101110000011111100111111100011010101101000111111 | e8b83f3f8d5a3f |
EUC-JP | 雕??校? | 11110000101110100011111100111111101110011011101100111111 | f0ba3f3fb9bb3f |
UTF-8 | 雕곈렣校렧 | 111010011001101110010101111010101011001110001000111010111010000010100011111001101010000010100001111010111010000010100111 | e99b95eab388eba0a3e6a0a1eba0a7 |
UHC | 雕곈렣校렧 | 11110000111001111011000011101001100011101011010011001110111010001000111010110110 | f0e7b0e98eb4cee88eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)