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 | 賈戊滸 | 111001101100100110010101111010001001111111110101 | e6c995e89ff5 |
EUC-JP | 賈戊滸 | 111011001100101111001010111010101101111011110111 | eccbcaeadef7 |
UTF-8 | 賈戊滸 | 111010001011001110001000111001101000100010001010111001101011101110111000 | e8b388e6888ae6bbb8 |
UHC | 賈戊滸 | 110010101011100111011001111001101111101111001010 | cab9d9e6fbca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)