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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 螯耶ャ尖オウ | 111001011010011010010110111010111010110010010000111010111011010110110011 | e5a696ebac90ebb5b3 |
EUC-JP | 螯耶ャ尖オウ | 111010101010100011001100111011011000111010101100110000001110110110001110101101011000111010110011 | eaa8cced8eacc0ed8eb58eb3 |
UTF-8 | 螯耶ャ尖オウ | 111010001001111010101111111010001000000010110110111011111011110110101100111001011011000010010110111011111011110110110101111011111011110110110011 | e89eafe880b6efbdace5b096efbdb5efbdb3 |
UHC | ?耶?尖?? | 0011111111100101101011010011111111110100110100110011111100111111 | 3fe5ad3ff4d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)