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 | 壯①?艶 | 10011010111000011000011101000000001111111000100110010000 | 9ae187403f8990 |
EUC-JP | 壯??艶 | 110101001110001100111111001111111011000111110000 | d4e33f3fb1f0 |
UTF-8 | 壯①웻艶 | 111001011010001110101111111000101001000110100000111011001001101110111011111010001000100110110110 | e5a3afe291a0ec9bbbe889b6 |
UHC | 壯①웻艶 | 1110110111100000101010001110011110011111100001111110011011111101 | ede0a8e79f87e6fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)