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 | 00111111001111110110111001000010 | 3f3f6e42 |
SJIS-WIN | 咤哺nB | 100110100100001010011010010011010110111001000010 | 9a429a4d6e42 |
EUC-JP | 咤哺nB | 110100111010001111010011101011100110111001000010 | d3a3d3ae6e42 |
UTF-8 | 咤哺nB | 1110010110010010101001001110010110010011101110100110111001000010 | e592a4e593ba6e42 |
UHC | 咤哺nB | 111101101110001111111000110101000110111001000010 | f6e3f8d46e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)