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 | 省ア而質 | 10001111110010001011000110001110101001111000111010111111 | 8fc8b18ea78ebf |
EUC-JP | 省ア而質 | 1011111011001010100011101011000110111100101010011011110011000001 | beca8eb1bca9bcc1 |
UTF-8 | 省ア而質 | 111001111001110010000001111011111011110110110001111010001000000010001100111010001011001110101010 | e79c81efbdb1e8808ce8b3aa |
UHC | 省?而質 | 11100000111111010011111111101100101110111111001011110101 | e0fd3fecbbf2f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)