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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | ??莖?BF | 00111111001111111110010010110001001111110100001001000110 | 3f3fe4b13f4246 |
EUC-JP | ??莖?BF | 00111111001111111110100010110011001111110100001001000110 | 3f3fe8b33f4246 |
UTF-8 | 뤶쫷莖챣BF | 1110101110100100101101101110110010101011101101111110100010001110100101101110110010110001101000110100001001000110 | eba4b6ecabb7e88e96ecb1a34246 |
UHC | 뤶쫷莖챣BF | 10001111111001001010011010001110110011001110110010101010011011110100001001000110 | 8fe4a68eccecaa6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)