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 | 澈磁澈 | 111110110100101110001110101001011111101101001011 | fb4b8ea5fb4b |
EUC-JP | 澈磁澈 | 1000111111001000111001011011110010100111100011111100100011100101 | 8fc8e5bca78fc8e5 |
UTF-8 | 澈磁澈 | 111001101011111010001000111001111010001110000001111001101011111010001000 | e6be88e7a381e6be88 |
UHC | 澈磁澈 | 111101001100110111101101101110001111010011001101 | f4cdedb8f4cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)