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 | 100011111100111100111111011011101000111111001111001111110110111001000010 | 8fcf3f6e8fcf3f6e42 |
EUC-JP | 粧?n粧?nB | 101111101101000100111111011011101011111011010001001111110110111001000010 | bed13f6ebed13f6e42 |
UTF-8 | 粧렲n粧렲nB | 111001111011001010100111111010111010000010110010011011101110011110110010101001111110101110100000101100100110111001000010 | e7b2a7eba0b26ee7b2a7eba0b26e42 |
UHC | 粧렲n粧렲nB | 1110110111110010100011101011111101101110111011011111001010001110101111110110111001000010 | edf28ebf6eedf28ebf6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)