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 | 壌閒ヨ煮湿 | 100011111110101111111011111010001101011010001110110011111000111010111100 | 8febfbe8d68ecf8ebc |
EUC-JP | 壌?ヨ煮湿 | 101111101110110100111111100011101101011010111100110100011011110010111110 | beed3f8ed6bcd1bcbe |
UTF-8 | 壌閒ヨ煮湿 | 111001011010001110001100111010011001011010010010111011111011111010010110111001111000010110101110111001101011100110111111 | e5a38ce99692efbe96e785aee6b9bf |
UHC | ?閒?煮? | 00111111111110011101100100111111111011011011010000111111 | 3ff9d93fedb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)