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 | 虞?愼? | 100010111111000100111111100111001100010000111111 | 8bf13f9cc43f |
EUC-JP | 虞?愼? | 101101101111001100111111110110001100011000111111 | b6f33fd8c63f |
UTF-8 | 虞렪愼렡 | 111010001001100110011110111010111010000010101010111001101000010010111100111010111010000010100001 | e8999eeba0aae684bceba0a1 |
UHC | 虞렪愼렡 | 1110100111100101100011101011100011100011111001011000111010110010 | e9e58eb8e3e58eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)