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 | 闡ォ辯募ィ・ | 111010001001000110101011111001111000011110010101111001011010100010100101 | e891abe78795e5a8a5 |
EUC-JP | 闡ォ辯募ィ・ | 111011111111000110001110101010111110110111100111110010101110011110001110101010001000111010100101 | eff18eabede7cae78ea88ea5 |
UTF-8 | 闡ォ辯募ィ・ | 111010011001011110100001111011111011110110101011111010001011111010101111111001011000101110011111111011111011110110101000111011111011110110100101 | e997a1efbdabe8beafe58b9fefbda8efbda5 |
UHC | 闡?辯募?? | 111101001100010100111111110111001010101011011001101101000011111100111111 | f4c53fdcaad9b43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)