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 | ??A??A^ | 00111111001111110100000100111111001111110100000101011110 | 3f3f413f3f415e |
SJIS-WIN | 嶸ゥA嶸ゥA^ | 111110101011010010101001010000011111101010110100101010010100000101011110 | fab4a941fab4a9415e |
EUC-JP | 嶸ゥA嶸ゥA^ | 10001111101110111111010010001110101010010100000110001111101110111111010010001110101010010100000101011110 | 8fbbf48ea9418fbbf48ea9415e |
UTF-8 | 嶸ゥA嶸ゥA^ | 111001011011011010111000111011111011110110101001010000011110010110110110101110001110111110111101101010010100000101011110 | e5b6b8efbda941e5b6b8efbda9415e |
UHC | 嶸?A嶸?A^ | 111001111010111000111111010000011110011110101110001111110100000101011110 | e7ae3f41e7ae3f415e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)