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 | 玄牙歟 | 100011001011101010001001111001011001111101100010 | 8cba89e59f62 |
EUC-JP | 玄牙歟 | 101110001011110010110010111001111101110111000011 | b8bcb2e7ddc3 |
UTF-8 | 玄牙歟 | 111001111000111010000100111001111000100110011001111001101010110110011111 | e78e84e78999e6ad9f |
UHC | 玄牙歟 | 111110101101110011100100101100111110011010100010 | fadce4b3e6a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)