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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 郞誹娃nB | 1111101110110110100101001110111010001000101000010110111001000010 | fbb694ee88a16e42 |
EUC-JP | ?誹娃nB | 00111111110010001111000010110000101000110110111001000010 | 3fc8f0b0a36e42 |
UTF-8 | 郞誹娃nB | 1110100110000011100111101110100010101010101110011110010110101000100000110110111001000010 | e9839ee8aab9e5a8836e42 |
UHC | 郞誹娃nB | 1101010111001101110111101010011011101000110111110110111001000010 | d5cddea6e8df6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)