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 | 騾槫Ο | 111010011000000010011110111001011000001110101101 | e9809ee583ad |
EUC-JP | 騾槫Ο | 111100011110000011011100111001111010011010101111 | f1e0dce7a6af |
UTF-8 | 騾槫Ο | 1110100110101000101111101110011010100111101010111100111010011111 | e9a8bee6a7abce9f |
UHC | ??Ο | 00111111001111111010010111001111 | 3f3fa5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)