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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 峨? | 100010011110001100111111 | 89e33f |
EUC-JP | 峨? | 101100101110010100111111 | b2e53f |
UTF-8 | 峨굞 | 111001011011001110101000111010101011010110011110 | e5b3a8eab59e |
UHC | 峨굞 | 11100100101100011000001010000110 | e4b18286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)