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 | 蝪居Ο | 111001011010000110001011100011111000001110101101 | e5a18b8f83ad |
EUC-JP | 蝪居Ο | 111010101010001110110101111011111010011010101111 | eaa3b5efa6af |
UTF-8 | 蝪居Ο | 1110100010011101101010101110010110110001100001011100111010011111 | e89daae5b185ce9f |
UHC | ?居Ο | 0011111111001011110111001010010111001111 | 3fcbdca5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)