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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鶻笘潁 | 111010100101001011100010100110001001111111110001 | ea52e2989ff1 |
EUC-JP | 鶻笘潁 | 111100111011001111100011111110001101111011110011 | f3b3e3f8def3 |
UTF-8 | 鶻笘潁 | 111010011011011010111011111001111010110010011000111001101011110110000001 | e9b6bbe7ac98e6bd81 |
UHC | ??潁 | 00111111001111111110011110111000 | 3f3fe7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)