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 | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ???町?nB | 0011111100111111001111111001001010101100001111110110111001000010 | 3f3f3f92ac3f6e42 |
EUC-JP | ???町?nB | 0011111100111111001111111100010010101110001111110110111001000010 | 3f3f3fc4ae3f6e42 |
UTF-8 | 綎縷拉町렑nB | 1110011110110110100011101110111110100101100100001110111110100100101001011110011110010100101110101110101110100000100100010110111001000010 | e7b68eefa590efa4a5e794baeba0916e42 |
UHC | 綎縷拉町렑nB | 111011111111001011010010111010101101000111111110111011111110101110001110101001100110111001000010 | eff2d2ead1feefeb8ea66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)