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 | 11111011111111001000111010110110100011111011100011100001101100111010001101000110 | fbfc8eb68fb8e1b3a346 |
EUC-JP | ?叱昇盖」F | 00111111101111001011100010111110101110101110001010110101100011101010001101000110 | 3fbcb8bebae2b58ea346 |
UTF-8 | 髙叱昇盖」F | 11101001101010111001100111100101100011111011000111100110100110001000011111100111100110111001011011101111101111011010001101000110 | e9ab99e58fb1e69887e79b96efbda346 |
UHC | ?叱昇盖?F | 001111111111001011101010111000111011000011001011110011000011111101000110 | 3ff2eae3b0cbcc3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)