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 | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 謐ィ迸撮F | 1110011010001101101010001110011110011110100011100100001001000110 | e68da8e79e8e4246 |
EUC-JP | 謐ィ迸撮F | 111010111110110110001110101010001110110111111110101110111010001101000110 | ebed8ea8edfebba346 |
UTF-8 | 謐ィ迸撮F | 11101000101011001001000011101111101111011010100011101000101111111011100011100110100100101010111001000110 | e8ac90efbda8e8bfb8e692ae46 |
UHC | 謐??撮F | 11011010110011010011111100111111111101011100100101000110 | dacd3f3ff5c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)