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 | 蜈ェ闡ョ | 111001011000010110101010111010001001000110101110 | e585aae891ae |
EUC-JP | 蜈ェ闡ョ | 1110100111100101100011101010101011101111111100011000111010101110 | e9e58eaaeff18eae |
UTF-8 | 蜈ェ闡ョ | 111010001001110010001000111011111011110110101010111010011001011110100001111011111011110110101110 | e89c88efbdaae997a1efbdae |
UHC | 蜈?闡? | 111010001010010100111111111101001100010100111111 | e8a53ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)