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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闡ャ謐ァ豁キ | 111010001001000110101100111001101000110110100111111001101010110110110111 | e891ace68da7e6adb7 |
EUC-JP | 闡ャ謐ァ豁キ | 111011111111000110001110101011001110101111101101100011101010011111101100101011111000111010110111 | eff18eacebed8ea7ecaf8eb7 |
UTF-8 | 闡ャ謐ァ豁キ | 111010011001011110100001111011111011110110101100111010001010110010010000111011111011110110100111111010001011000110000001111011111011110110110111 | e997a1efbdace8ac90efbda7e8b181efbdb7 |
UHC | 闡?謐?豁? | 111101001100010100111111110110101100110100111111111111001100001100111111 | f4c53fdacd3ffcc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)