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 | 1111101010110101100101001110111010001000101000010110111001000010 | fab594ee88a16e42 |
EUC-JP | 嶹誹娃nB | 100011111011101111110101110010001111000010110000101000110110111001000010 | 8fbbf5c8f0b0a36e42 |
UTF-8 | 嶹誹娃nB | 1110010110110110101110011110100010101010101110011110010110101000100000110110111001000010 | e5b6b9e8aab9e5a8836e42 |
UHC | ?誹娃nB | 00111111110111101010011011101000110111110110111001000010 | 3fdea6e8df6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)