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 | 猷??鎰 | 100101110101000100111111001111111110100001001100 | 97513f3fe84c |
EUC-JP | 猷??鎰 | 110011011011001000111111001111111110111110101101 | cdb23f3fefad |
UTF-8 | 猷답림鎰 | 111001111000110010110111111010111000101110110101111010111010011010111100111010011000111010110000 | e78cb7eb8bb5eba6bce98eb0 |
UHC | 猷답림鎰 | 1110101110100011101101001110010010111000101100101110110011110000 | eba3b4e4b8b2ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)