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 | 闡ォ闢 ̄ | 11101000100100011010101111101000100100111000000101010000 | e891abe8938150 |
EUC-JP | 闡ォ闢 ̄ | 1110111111110001100011101010101111101111111100111010000110110001 | eff18eabeff3a1b1 |
UTF-8 | 闡ォ闢 ̄ | 111010011001011110100001111011111011110110101011111010011001011110100010111011111011111110100011 | e997a1efbdabe997a2efbfa3 |
UHC | 闡?闢 ̄ | 11110100110001010011111111011100101000111010001111111110 | f4c53fdca3a3fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)