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??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
SJIS-WIN | 霎ーF霎ーF^ | 111010001011111010110000010001101110100010111110101100000100011001011110 | e8beb046e8beb0465e |
EUC-JP | 霎ーF霎ーF^ | 1111000011000000100011101011000001000110111100001100000010001110101100000100011001011110 | f0c08eb046f0c08eb0465e |
UTF-8 | 霎ーF霎ーF^ | 111010011001110010001110111011111011110110110000010001101110100110011100100011101110111110111101101100000100011001011110 | e99c8eefbdb046e99c8eefbdb0465e |
UHC | ??F??F^ | 00111111001111110100011000111111001111110100011001011110 | 3f3f463f3f465e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)