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 | 羞駕蹴?常 | 111000111011010110001001111011011000111101010010001111111000111111101101 | e3b589ed8f523f8fed |
EUC-JP | 羞駕蹴晛常 | 1110011010110111101100101110111110111101101100111000111111000010101110111011111011101111 | e6b7b2efbdb38fc2bbbeef |
UTF-8 | 羞駕蹴晛常 | 111001111011111010011110111010011010011110010101111010001011100110110100111001101001100110011011111001011011100010111000 | e7be9ee9a795e8b9b4e6999be5b8b8 |
UHC | 羞駕蹴晛常 | 11100010101110101100101010111101111101011110110111111010110110011101111111001000 | e2bacabdf5edfad9dfc8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)