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 | ?G? | 001111110100011100111111 | 3f473f |
SJIS-WIN | 既G陞 | 1000101011111001010001111110100010011110 | 8af947e89e |
EUC-JP | 既G陞 | 1011010011111011010001111110111111111110 | b4fb47effe |
UTF-8 | 既G陞 | 11100110100101111010001001000111111010011001100110011110 | e697a247e9999e |
UHC | ?G陞 | 00111111010001111110001110110011 | 3f47e3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)