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 | 湫窘鶉 | 100111111101010111100010011110101110101001000111 | 9fd5e27aea47 |
EUC-JP | 湫窘鶉 | 110111101101011111100011110110111111001110101000 | ded7e3dbf3a8 |
UTF-8 | 湫窘鶉 | 111001101011100110101011111001111010101010011000111010011011011010001001 | e6b9abe7aa98e9b689 |
UHC | 湫窘? | 1111010111010011110011111101011100111111 | f5d3cfd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)