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 | 壌閒ヨ煮湿壌 | 1000111111101011111110111110100011010110100011101100111110001110101111001000111111101011 | 8febfbe8d68ecf8ebc8feb |
EUC-JP | 壌?ヨ煮湿壌 | 1011111011101101001111111000111011010110101111001101000110111100101111101011111011101101 | beed3f8ed6bcd1bcbebeed |
UTF-8 | 壌閒ヨ煮湿壌 | 111001011010001110001100111010011001011010010010111011111011111010010110111001111000010110101110111001101011100110111111111001011010001110001100 | e5a38ce99692efbe96e785aee6b9bfe5a38c |
UHC | ?閒?煮?? | 0011111111111001110110010011111111101101101101000011111100111111 | 3ff9d93fedb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)