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 | 宵~ | 11100101101011101011010101111110 | e5aeb57e |
SJIS-WIN | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
EUC-JP | å®?~ | 1000111110101011101010011000111110100010111011100011111101111110 | 8faba98fa2ee3f7e |
UTF-8 | 宵~ | 11000011101001011100001010101110110000101011010101111110 | c3a5c2aec2b57e |
UHC | ?®?~ | 0011111110100010111001110011111101111110 | 3fa2e73f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)