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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 瓦湘}瓦湘{^ | 1000101010100010100011111100001101111101100010101010001010001111110000110111101101011110 | 8aa28fc37d8aa28fc37b5e |
EUC-JP | 瓦湘}瓦湘{^ | 1011010010100100101111101100010101111101101101001010010010111110110001010111101101011110 | b4a4bec57db4a4bec57b5e |
UTF-8 | 瓦湘}瓦湘{^ | 111001111001001110100110111001101011100110011000011111011110011110010011101001101110011010111001100110000111101101011110 | e793a6e6b9987de793a6e6b9987b5e |
UHC | 瓦湘}瓦湘{^ | 1110100010111111110111111100111101111101111010001011111111011111110011110111101101011110 | e8bfdfcf7de8bfdfcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)