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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迂???? | 100010010100100100111111001111110011111100111111 | 89493f3f3f3f |
EUC-JP | 迂???? | 101100011010101000111111001111110011111100111111 | b1aa3f3f3f3f |
UTF-8 | 迂樓렪골렱 | 111010001011111110000010111011111010010110001100111010111010000010101010111010101011001110101000111010111010000010110001 | e8bf82efa58ceba0aaeab3a8eba0b1 |
UHC | 迂樓렪골렱 | 11101001111001101101001011100110100011101011100010110000111100011000111010111110 | e9e6d2e68eb8b0f18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)