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 | 讓礼正 | 111001101010100010010111111001111001000010110011 | e6a897e790b3 |
EUC-JP | 讓礼正 | 111011001010101011001110111010011100000010110101 | ecaacee9c0b5 |
UTF-8 | 讓礼正 | 111010001010111010010011111001111010010010111100111001101010110110100011 | e8ae93e7a4bce6ada3 |
UHC | 讓?正 | 1110010111010011001111111110111111100001 | e5d33fefe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)