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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 迸撮F | 1110011110011110100011100100001001000110 | e79e8e4246 |
EUC-JP | 迸撮F | 1110110111111110101110111010001101000110 | edfebba346 |
UTF-8 | 迸撮F | 11101000101111111011100011100110100100101010111001000110 | e8bfb8e692ae46 |
UHC | ?撮F | 00111111111101011100100101000110 | 3ff5c946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)