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 | 1001100001101011100100101100000001101110100110000110101110010010110000000110111001000010 | 986b92c06e986b92c06e42 |
EUC-JP | 鰐賃n鰐賃nB | 1100111111001100110001001100001001101110110011111100110011000100110000100110111001000010 | cfccc4c26ecfccc4c26e42 |
UTF-8 | 鰐賃n鰐賃nB | 111010011011000010010000111010001011001110000011011011101110100110110000100100001110100010110011100000110110111001000010 | e9b090e8b3836ee9b090e8b3836e42 |
UHC | 鰐賃n鰐賃nB | 1110010011001010111011001111110001101110111001001100101011101100111111000110111001000010 | e4caecfc6ee4caecfc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)