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 | 阡礼ィョ蠕 | 1110100010010100100101111110011110101000101011101110010110111110 | e89497e7a8aee5be |
EUC-JP | 阡礼ィョ蠕 | 11101111111101001100111011101001100011101010100010001110101011101110101011000000 | eff4cee98ea88eaeeac0 |
UTF-8 | 阡礼ィョ蠕 | 111010011001100010100001111001111010010010111100111011111011110110101000111011111011110110101110111010001010000010010101 | e998a1e7a4bcefbda8efbdaee8a095 |
UHC | 阡???? | 111101001100011000111111001111110011111100111111 | f4c63f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)