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 | 焉??過 | 111000001000000100111111001111111000100111011111 | e0813f3f89df |
EUC-JP | 焉??過 | 110111111110000100111111001111111011001011100001 | dfe13f3fb2e1 |
UTF-8 | 焉뚨뎡過 | 111001111000010010001001111010111001101010101000111010111000111010100001111010011000000110001110 | e78489eb9aa8eb8ea1e9818e |
UHC | 焉뚨뎡過 | 1110010111101010100011001110011110110101101100101100111010100110 | e5ea8ce7b5b2cea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)