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 | UIUI^ | 100100010101010110010001010010011001000101010101100100010100100101011110 | 91559149915591495e |
SJIS-WIN | ?U?I?U?I^ | 001111110101010100111111010010010011111101010101001111110100100101011110 | 3f553f493f553f495e |
EUC-JP | ?U?I?U?I^ | 001111110101010100111111010010010011111101010101001111110100100101011110 | 3f553f493f553f495e |
UTF-8 | UIUI^ | 11000010100100010101010111000010100100010100100111000010100100010101010111000010100100010100100101011110 | c29155c29149c29155c291495e |
UHC | ?U?I?U?I^ | 001111110101010100111111010010010011111101010101001111110100100101011110 | 3f553f493f553f495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)