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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 膊裘B | 1110010001001101111001011110001001000010 | e44de5e242 |
EUC-JP | 膊裘B | 1110011110101110111010101110010001000010 | e7aeeae442 |
UTF-8 | 膊裘B | 11101000100001101000101011101000101000111001100001000010 | e8868ae8a39842 |
UHC | 膊?B | 11011010110110110011111101000010 | dadb3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)