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 | 諤仙粕 | 111001101000000010010000111001011001010010010100 | e68090e59494 |
EUC-JP | 諤仙粕 | 111010111110000011000000111001111100011111110100 | ebe0c0e7c7f4 |
UTF-8 | 諤仙粕 | 111010001010101110100100111001001011101110011001111001111011001010010101 | e8aba4e4bb99e7b295 |
UHC | ?仙粕 | 0011111111100000101110011101101011011001 | 3fe0b9dad9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)