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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 鬢俯」殊サケF | 11101001101001001001100011101011101000111000111011101010101110111011100101000110 | e9a498eba38eeabbb946 |
EUC-JP | 鬢俯」殊サケF | 11110010101001101101000011101101100011101010001110111100111011001000111010111011100011101011100101000110 | f2a6d0ed8ea3bcec8ebb8eb946 |
UTF-8 | 鬢俯」殊サケF | 11101001101011001010001011100100101111111010111111101111101111011010001111100110101011101000101011101111101111011011101111101111101111011011100101000110 | e9aca2e4bfafefbda3e6ae8aefbdbbefbdb946 |
UHC | ?俯?殊??F | 001111111101110011110110001111111110001010101000001111110011111101000110 | 3fdcf63fe2a83f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)