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 | 襞¥Η | 111001011111110010000001100011111000001110100101 | e5fc818f83a5 |
EUC-JP | 襞¥Η | 111010101111111010100001111011111010011010100111 | eafea1efa6a7 |
UTF-8 | 襞¥Η | 1110100010100101100111101110111110111111101001011100111010010111 | e8a59eefbfa5ce97 |
UHC | ?¥Η | 0011111110100001110011011010010111000111 | 3fa1cda5c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)