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 | 猷??霓 | 100101110101000100111111001111111110100010111101 | 97513f3fe8bd |
EUC-JP | 猷??霓 | 110011011011001000111111001111111111000010111111 | cdb23f3ff0bf |
UTF-8 | 猷뜹퓣霓 | 111001111000110010110111111010111001110010111001111011011001001110100011111010011001110010010011 | e78cb7eb9cb9ed93a3e99c93 |
UHC | 猷뜹퓣霓 | 1110101110100011101101101110010110111111100011001110011111100111 | eba3b6e5bf8ce7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)