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 | 率??易 | 100101111010011000111111001111111000100011010101 | 97a63f3f88d5 |
EUC-JP | 率??易 | 110011101010100000111111001111111011000011010111 | cea83f3fb0d7 |
UTF-8 | 率득콖易 | 111001111000111010000111111010111001001110011101111011001011110110010110111001101001100010010011 | e78e87eb939decbd96e69893 |
UHC | 率득콖易 | 1110000111100011101101011110011010110001100100001110011010110110 | e1e3b5e6b190e6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)