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 | 鼠姻? | 1001000101101100100010001111011100111111 | 916c88f73f |
EUC-JP | 鼠姻? | 1100000111001101101100001111100100111111 | c1cdb0f93f |
UTF-8 | 鼠姻앎 | 111010011011110010100000111001011010011110111011111011001001010110001110 | e9bca0e5a7bbec958e |
UHC | 鼠姻앎 | 111000001010100111101100110110001011111011001101 | e0a9ecd8becd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)