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 | 壯↓?張 | 10011010111000011000000110101011001111111001001010100011 | 9ae181ab3f92a3 |
EUC-JP | 壯↓?張 | 11010100111000111010001010101101001111111100010010100101 | d4e3a2ad3fc4a5 |
UTF-8 | 壯↓뀒張 | 111001011010001110101111111000101000011010010011111010111000000010010010111001011011110010110101 | e5a3afe28693eb8092e5bcb5 |
UHC | 壯↓뀒張 | 1110110111100000101000011110100110000101100011001110110111100101 | ede0a1e9858cede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)