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 | 。「釭ッ | 10100001111100011000111110100010111110111011110110101111 | a1f18fa2fbbdaf |
EUC-JP | 。?「釭ッ | 10001110101000010011111110001110101000101000111111100011101011111000111010101111 | 8ea13f8ea28fe3af8eaf |
UTF-8 | 。「釭ッ | 111011111011110110100001111011101000010010001010111011111011110110100010111010011000011110101101111011111011110110101111 | efbda1ee848aefbda2e987adefbdaf |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)