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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 森?沼渫 | 10010000010110000011111110001111110000001001111111010110 | 90583f8fc09fd6 |
EUC-JP | 森?沼渫 | 10111111101110010011111110111110110000101101111011011000 | bfb93fbec2ded8 |
UTF-8 | 森걄沼渫 | 111001101010001110101110111010101011000110000100111001101011001010111100111001101011100010101011 | e6a3aeeab184e6b2bce6b8ab |
UHC | 森걄沼渫 | 1101111110110101100000010110110011100001101110111110000011011110 | dfb5816ce1bbe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)