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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 湿篝屡湿篝屡^ | 10001110101111001110001010111110100011101100011010001110101111001110001010111110100011101100011001011110 | 8ebce2be8ec68ebce2be8ec65e |
EUC-JP | 湿篝屡湿篝屡^ | 10111100101111101110010011000000101111001100100010111100101111101110010011000000101111001100100001011110 | bcbee4c0bcc8bcbee4c0bcc85e |
UTF-8 | 湿篝屡湿篝屡^ | 11100110101110011011111111100111101011111001110111100101101100011010000111100110101110011011111111100111101011111001110111100101101100011010000101011110 | e6b9bfe7af9de5b1a1e6b9bfe7af9de5b1a15e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)