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 | 壯①?裝 | 10011010111000011000011101000000001111111110010111100100 | 9ae187403fe5e4 |
EUC-JP | 壯??裝 | 110101001110001100111111001111111110101011100110 | d4e33f3feae6 |
UTF-8 | 壯①즯裝 | 111001011010001110101111111000101001000110100000111011001010011010101111111010001010001110011101 | e5a3afe291a0eca6afe8a39d |
UHC | 壯①즯裝 | 1110110111100000101010001110011110100011100000011110110111111011 | ede0a8e7a381edfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)