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 | ¥á¦^ | 10011111101001011110000110100110100000011001011001011110 | 9fa5e1a681965e |
SJIS-WIN | ?¥????^ | 0011111110000001100011110011111100111111001111110011111101011110 | 3f818f3f3f3f3f5e |
EUC-JP | ??�?^ | 0011111100111111100011111010101110100001100011111010001011000011001111110011111101011110 | 3f3f8faba18fa2c33f3f5e |
UTF-8 | ¥á¦^ | 11000010100111111100001010100101110000111010000111000010101001101100001010000001110000101001011001011110 | c29fc2a5c3a1c2a6c281c2965e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)