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 | 猷??日 | 100101110101000100111111001111111001001111111010 | 97513f3f93fa |
EUC-JP | 猷??日 | 110011011011001000111111001111111100011011111100 | cdb23f3fc6fc |
UTF-8 | 猷욘릭日 | 111001111000110010110111111011001001101010011000111010111010011010101101111001101001011110100101 | e78cb7ec9a98eba6ade697a5 |
UHC | 猷욘릭日 | 1110101110100011101111111110011010111000101011111110110011101101 | eba3bfe6b8afeced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)