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 | ????O\ | 001111110011111100111111001111110100111101011100 | 3f3f3f3f4f5c |
SJIS-WIN | ゙、罨O\ | 1101111010100100111000111010101011111001111011010100111101011100 | dea4e3aaf9ed4f5c |
EUC-JP | ゙、罨?O\ | 100011101101111010001110101001001110011010101100001111110100111101011100 | 8ede8ea4e6ac3f4f5c |
UTF-8 | ゙、罨O\ | 1110111110111110100111101110111110111101101001001110011110111101101010001110111010011101100010000100111101011100 | efbe9eefbda4e7bda8ee9d884f5c |
UHC | ????O\ | 001111110011111100111111001111110100111101011100 | 3f3f3f3f4f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)