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 | 笘滸鴣 | 111000101001100010011111111101011110100111110011 | e2989ff5e9f3 |
EUC-JP | 笘滸鴣 | 111000111111100011011110111101111111001011110101 | e3f8def7f2f5 |
UTF-8 | 笘滸鴣 | 111001111010110010011000111001101011101110111000111010011011010010100011 | e7ac98e6bbb8e9b4a3 |
UHC | ?滸? | 00111111111110111100101000111111 | 3ffbca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)