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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 霑ッi霑ッiB | 111010001011111110101111011010011110100010111111101011110110100101000010 | e8bfaf69e8bfaf6942 |
EUC-JP | 霑ッi霑ッiB | 1111000011000001100011101010111101101001111100001100000110001110101011110110100101000010 | f0c18eaf69f0c18eaf6942 |
UTF-8 | 霑ッi霑ッiB | 111010011001110010010001111011111011110110101111011010011110100110011100100100011110111110111101101011110110100101000010 | e99c91efbdaf69e99c91efbdaf6942 |
UHC | 霑?i霑?iB | 111011111100010100111111011010011110111111000101001111110110100101000010 | efc53f69efc53f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)