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 | 櫛莖??沮 | 1000101111111001111001001011000100111111001111111001111110011100 | 8bf9e4b13f3f9f9c |
EUC-JP | 櫛莖??沮 | 1011011011111011111010001011001100111111001111111101110111111100 | b6fbe8b33f3fddfc |
UTF-8 | 櫛莖렦렔沮 | 111001101010101110011011111010001000111010010110111010111010000010100110111010111010000010010100111001101011001010101110 | e6ab9be88e96eba0a6eba094e6b2ae |
UHC | 櫛莖렦렔沮 | 11110001111011101100110011101100100011101011010110001110101010011110111011000001 | f1eeccec8eb58ea9eec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)