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 | 咫麥麟 | 100110100100000011101010011011011001011111011001 | 9a40ea6d97d9 |
EUC-JP | 咫麥麟 | 110100111010000111110011110011101100111011011011 | d3a1f3cecedb |
UTF-8 | 咫麥麟 | 111001011001001010101011111010011011101010100101111010011011101010011111 | e592abe9baa5e9ba9f |
UHC | 咫麥麟 | 111100101010000111011000111010101101011111111000 | f2a1d8ead7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)