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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濵ィ贒オ濵 | 1111101101001101101010001111101110101111101101011111101101001101 | fb4da8fbafb5fb4d |
EUC-JP | 濵ィ贒オ濵 | 10001111110010011010011010001110101010001000111111011111110000111000111010110101100011111100100110100110 | 8fc9a68ea88fdfc38eb58fc9a6 |
UTF-8 | 濵ィ贒オ濵 | 111001101011111110110101111011111011110110101000111010001011010010010010111011111011110110110101111001101011111110110101 | e6bfb5efbda8e8b492efbdb5e6bfb5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)