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錮 | 1000101011111001010001111110011111111100 | 8af947e7fc |
EUC-JP | 既G錮 | 1011010011111011010001111110111011111110 | b4fb47eefe |
UTF-8 | 既G錮 | 11100110100101111010001001000111111010011000110010101110 | e697a247e98cae |
UHC | ?G錮 | 00111111010001111100110111010001 | 3f47cdd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)