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 | 渫貅オ | 100111111101011011100110101110101000001101001001 | 9fd6e6ba8349 |
EUC-JP | 渫貅オ | 110111101101100011101100101111001010010110101010 | ded8ecbca5aa |
UTF-8 | 渫貅オ | 111001101011100010101011111010001011001010000101111000111000001010101010 | e6b8abe8b285e382aa |
UHC | 渫?オ | 1110000011011110001111111010101110101010 | e0de3fabaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)