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 | Ѽ⥠| 100111001101000110010101101111001110001010100101 | 9cd195bce2a5 |
SJIS-WIN | ?????¥ | 00111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f818f |
EUC-JP | ?Ñ??â? | 00111111100011111010101011010000001111110011111110001111101010111010010000111111 | 3f8faad03f3f8faba43f |
UTF-8 | Ѽ⥠| 110000101001110011000011100100011100001010010101110000101011110011000011101000101100001010100101 | c29cc391c295c2bcc3a2c2a5 |
UHC | ???¼?? | 00111111001111110011111110101000111110010011111100111111 | 3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)