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 | 11111011010001001011000011100111101100001011011101000110 | fb44b0e7b0b746 |
EUC-JP | ?ー邁キF | 0011111110001110101100001110111010110010100011101011011101000110 | 3f8eb0eeb28eb746 |
UTF-8 | 淲ー邁キF | 11100110101101111011001011101111101111011011000011101001100000101000000111101111101111011011011101000110 | e6b7b2efbdb0e98281efbdb746 |
UHC | ??邁?F | 001111110011111111011000111001000011111101000110 | 3f3fd8e43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)