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 | 螯冶け蠖 | 1110010110100110100101101110100010000010101011111110010110111101 | e5a696e882afe5bd |
EUC-JP | 螯冶け蠖 | 1110101010101000110011001110101010100100101100011110101010111111 | eaa8cceaa4b1eabf |
UTF-8 | 螯冶け蠖 | 111010001001111010101111111001011000011010110110111000111000000110010001111010001010000010010110 | e89eafe586b6e38191e8a096 |
UHC | ?冶け? | 001111111110010110100111101010101011000100111111 | 3fe5a7aab13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)