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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬮ョ讎頑趨 | 111010011010101110101110111001101010011010001010111001101001000010010110 | e9abaee6a68ae69096 |
EUC-JP | 鬮ョ讎頑趨 | 11110010101011011000111010101110111011001010100010110100111010001011111111110110 | f2ad8eaeeca8b4e8bff6 |
UTF-8 | 鬮ョ讎頑趨 | 111010011010110010101110111011111011110110101110111010001010111010001110111010011010000010010001111010001011011010101000 | e9acaeefbdaee8ae8ee9a091e8b6a8 |
UHC | ???頑趨 | 00111111001111110011111111101000110101111111010111011001 | 3f3f3fe8d7f5d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)