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 | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | 畑?畑?E | 10010100101010000011111110010100101010000011111101000101 | 94a83f94a83f45 |
EUC-JP | 畑?畑?E | 11001000101010100011111111001000101010100011111101000101 | c8aa3fc8aa3f45 |
UTF-8 | 畑얳畑얺E | 11100111100101011001000111101100100101101011001111100111100101011001000111101100100101101011101001000101 | e79591ec96b3e79591ec96ba45 |
UHC | 畑얳畑얺E | 111011111010010110011110010110011110111110100101100111100110001001000101 | efa59e59efa59e6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)