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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螯耶ャ賀 | 11100101101001101001011011101011101011001000100111101010 | e5a696ebac89ea |
EUC-JP | 螯耶ャ賀 | 1110101010101000110011001110110110001110101011001011001011101100 | eaa8cced8eacb2ec |
UTF-8 | 螯耶ャ賀 | 111010001001111010101111111010001000000010110110111011111011110110101100111010001011001110000000 | e89eafe880b6efbdace8b380 |
UHC | ?耶?賀 | 001111111110010110101101001111111111100111000101 | 3fe5ad3ff9c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)