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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 霈ァn霈ァnB | 111010001011110010100111011011101110100010111100101001110110111001000010 | e8bca76ee8bca76e42 |
EUC-JP | 霈ァn霈ァnB | 1111000010111110100011101010011101101110111100001011111010001110101001110110111001000010 | f0be8ea76ef0be8ea76e42 |
UTF-8 | 霈ァn霈ァnB | 111010011001110010001000111011111011110110100111011011101110100110011100100010001110111110111101101001110110111001000010 | e99c88efbda76ee99c88efbda76e42 |
UHC | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)