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 | 澈磁聰 | 111110110100101110001110101001011110001111100000 | fb4b8ea5e3e0 |
EUC-JP | 澈磁聰 | 10001111110010001110010110111100101001111110011011100010 | 8fc8e5bca7e6e2 |
UTF-8 | 澈磁聰 | 111001101011111010001000111001111010001110000001111010001000000110110000 | e6be88e7a381e881b0 |
UHC | 澈磁聰 | 111101001100110111101101101110001111010111000110 | f4cdedb8f5c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)