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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 耀笑 | 10010111011100111000111111001110 | 97738fce |
EUC-JP | 耀笑 | 11001101110101001011111011010000 | cdd4bed0 |
UTF-8 | 耀笑 | 111010001000000010000000111001111010110010010001 | e88080e7ac91 |
UHC | 耀笑 | 11101001101001011110000111000101 | e9a5e1c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)