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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | レ邇ョケァ | 1111000111101100110110101110011110001110101011101011100110100111 | f1ecdae78eaeb9a7 |
EUC-JP | ?レ邇ョケァ | 0011111110001110110110101110110111101110100011101010111010001110101110011000111010100111 | 3f8edaedee8eae8eb98ea7 |
UTF-8 | レ邇ョケァ | 111011101000010110100111111011111011111010011010111010011000001010000111111011111011110110101110111011111011110110111001111011111011110110100111 | ee85a7efbe9ae98287efbdaeefbdb9efbda7 |
UHC | ??邇??? | 00111111001111111110110011000100001111110011111100111111 | 3f3fecc43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)