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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 悅??張?F | 1111101010111101001111110011111110010010101000110011111101000110 | fabd3f3f92a33f46 |
EUC-JP | ???張?F | 00111111001111110011111111000100101001010011111101000110 | 3f3f3fc4a53f46 |
UTF-8 | 悅롧뜥張첣F | 11100110100000101000010111101011101000011010011111101011100111001010010111100101101111001011010111101100101100101010001101000110 | e68285eba1a7eb9ca5e5bcb5ecb2a346 |
UHC | 悅롧뜥張첣F | 1110011011101101100011101110011110001101101010001110110111100101101010110100110001000110 | e6ed8ee78da8ede5ab4c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)