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 | 謠??宋 | 111001101000111100111111001111111001000101110110 | e68f3f3f9176 |
EUC-JP | 謠??宋 | 111010111110111100111111001111111100000111010111 | ebef3f3fc1d7 |
UTF-8 | 謠쇘쭣宋 | 111010001010110010100000111011001000011110011000111011001010110110100011111001011010111010001011 | e8aca0ec8798ecada3e5ae8b |
UHC | 謠쇘쭣宋 | 1110100110101010101111001110011110100111100110001110000111100100 | e9aabce7a798e1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)