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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 五γ? | 1000110011011100100000111100000100111111 | 8cdc83c13f |
EUC-JP | 五γ? | 1011100011011110101001101100001100111111 | b8dea6c33f |
UTF-8 | 五γ렖 | 1110010010111010100101001100111010110011111010111010000010010110 | e4ba94ceb3eba096 |
UHC | 五γ렖 | 111001111110100110100101111000111000111010101011 | e7e9a5e38eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)