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 | 螯耶ャ雅悧 | 111001011010011010010110111010111010110010001001111010111001110010100100 | e5a696ebac89eb9ca4 |
EUC-JP | 螯耶ャ雅悧 | 11101010101010001100110011101101100011101010110010110010111011011101100010100110 | eaa8cced8eacb2edd8a6 |
UTF-8 | 螯耶ャ雅悧 | 111010001001111010101111111010001000000010110110111011111011110110101100111010011001101110000101111001101000001010100111 | e89eafe880b6efbdace99b85e682a7 |
UHC | ?耶?雅悧 | 0011111111100101101011010011111111100100101110101101011111011100 | 3fe5ad3fe4bad7dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)