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