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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠏ヒワ | 111001011011010111001011110111001111010111011101 | e5b5cbdcf5dd |
EUC-JP | 蠏ヒワ? | 11101010101101111000111011001011100011101101110000111111 | eab78ecb8edc3f |
UTF-8 | 蠏ヒワ | 111010001010000010001111111011111011111010001011111011111011111010011100111011101001000110001000 | e8a08fefbe8befbe9cee9188 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)