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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?牟 | 001111111001011010110100 | 3f96b4 |
EUC-JP | ?牟 | 001111111100110010110110 | 3fccb6 |
UTF-8 | 諒牟 | 111011111010010110111101111001111000100110011111 | efa5bde7899f |
UHC | 諒牟 | 11100101110100101101100110111111 | e5d2d9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)