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 | 壯①?張 | 10011010111000011000011101000000001111111001001010100011 | 9ae187403f92a3 |
EUC-JP | 壯??張 | 110101001110001100111111001111111100010010100101 | d4e33f3fc4a5 |
UTF-8 | 壯①즯張 | 111001011010001110101111111000101001000110100000111011001010011010101111111001011011110010110101 | e5a3afe291a0eca6afe5bcb5 |
UHC | 壯①즯張 | 1110110111100000101010001110011110100011100000011110110111100101 | ede0a8e7a381ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)