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 | 覦篁Φ | 111001100100111111100010101110011000001110110011 | e64fe2b983b3 |
EUC-JP | 覦篁Φ | 111010111011000011100100101110111010011010110101 | ebb0e4bba6b5 |
UTF-8 | 覦篁Φ | 1110100010100110101001101110011110101111100000011100111010100110 | e8a6a6e7af81cea6 |
UHC | ?篁Φ | 0011111111111100110101101010010111010101 | 3ffcd6a5d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)