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 | ®Sv | 1001000110101110100100100101001101110110 | 91ae925376 |
SJIS-WIN | ???Sv | 0011111100111111001111110101001101110110 | 3f3f3f5376 |
EUC-JP | ?®?Sv | 00111111100011111010001011101110001111110101001101110110 | 3f8fa2ee3f5376 |
UTF-8 | ®Sv | 1100001010010001110000101010111011000010100100100101001101110110 | c291c2aec2925376 |
UHC | ?®?Sv | 001111111010001011100111001111110101001101110110 | 3fa2e73f5376 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)