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 | 彧呵イァ | 111110101011100110011001111010001011001010100111 | fab999e8b2a7 |
EUC-JP | 彧呵イァ | 100011111011110011111110110100101110101010001110101100101000111010100111 | 8fbcfed2ea8eb28ea7 |
UTF-8 | 彧呵イァ | 111001011011110110100111111001011001000110110101111011111011110110110010111011111011110110100111 | e5bda7e591b5efbdb2efbda7 |
UHC | 彧呵?? | 111010011110111011001010101001110011111100111111 | e9eecaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)