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 | 召?賈 | 1000111110100010001111111110011011001001 | 8fa23fe6c9 |
EUC-JP | 召悈賈 | 10111110101001001000111110111101111011111110110011001011 | bea48fbdefeccb |
UTF-8 | 召悈賈 | 111001011000111110101100111001101000001010001000111010001011001110001000 | e58face68288e8b388 |
UHC | 召?賈 | 1110000110101111001111111100101010111001 | e1af3fcab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)