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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 渹「霹タ | 111110110100011010100010111010001100011011000000 | fb46a2e8c6c0 |
EUC-JP | 渹「霹タ | 100011111100011111101110100011101010001011110000110010001000111011000000 | 8fc7ee8ea2f0c88ec0 |
UTF-8 | 渹「霹タ | 111001101011100010111001111011111011110110100010111010011001110010111001111011111011111010000000 | e6b8b9efbda2e99cb9efbe80 |
UHC | ??霹? | 0011111100111111110111001010010000111111 | 3f3fdca43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)