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 | 111001111001100010100100011011101110011110011000101001000110111001000010 | e798a46ee798a46e42 |
EUC-JP | 逖、n逖、nB | 1110110111111000100011101010010001101110111011011111100010001110101001000110111001000010 | edf88ea46eedf88ea46e42 |
UTF-8 | 逖、n逖、nB | 111010011000000010010110111011111011110110100100011011101110100110000000100101101110111110111101101001000110111001000010 | e98096efbda46ee98096efbda46e42 |
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)