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 | 莊種戎菴 | 1110010010110101100011101110110110001111010111101110010010111101 | e4b58eed8f5ee4bd |
EUC-JP | 莊種戎菴 | 1110100010110111101111001110111110111101101111111110100010111111 | e8b7bcefbdbfe8bf |
UTF-8 | 莊種戎菴 | 111010001000111010001010111001111010100010101110111001101000100010001110111010001000111110110100 | e88e8ae7a8aee6888ee88fb4 |
UHC | 莊種戎菴 | 1110110111110110111100001111101011101011110101001110010011100000 | edf6f0faebd4e4e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)