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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 湜湜^ | 1111101101000111111110110100011101011110 | fb47fb475e |
EUC-JP | 湜湜^ | 10001111110001111111110010001111110001111111110001011110 | 8fc7fc8fc7fc5e |
UTF-8 | 湜湜^ | 11100110101110011001110011100110101110011001110001011110 | e6b99ce6b99c5e |
UHC | 湜湜^ | 1110001111010111111000111101011101011110 | e3d7e3d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)