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 | 蝪居Η | 111001011010000110001011100011111000001110100101 | e5a18b8f83a5 |
EUC-JP | 蝪居Η | 111010101010001110110101111011111010011010100111 | eaa3b5efa6a7 |
UTF-8 | 蝪居Η | 1110100010011101101010101110010110110001100001011100111010010111 | e89daae5b185ce97 |
UHC | ?居Η | 0011111111001011110111001010010111000111 | 3fcbdca5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)