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 | 湲?煜? | 100111111101000100111111111110110101010100111111 | 9fd13ffb553f |
EUC-JP | 湲?煜? | 11011110110100110011111110001111110010011111110000111111 | ded33f8fc9fc3f |
UTF-8 | 湲렪煜랜 | 111001101011100110110010111010111010000010101010111001111000010110011100111010111001111010011100 | e6b9b2eba0aae7859ceb9e9c |
UHC | 湲렪煜랜 | 1110101010111000100011101011100011101001111100101011011110100011 | eab88eb8e9f2b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)