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 | 顫ス邃。礦 | 1110100011111010101111011110001010000100101000011110000111100110 | e8fabde284a1e1e6 |
EUC-JP | 顫ス邃。礦 | 11110000111111001000111010111101111000111110010010001110101000011110001011101000 | f0fc8ebde3e48ea1e2e8 |
UTF-8 | 顫ス邃。礦 | 111010011010000110101011111011111011110110111101111010011000001010000011111011111011110110100001111001111010010010100110 | e9a1abefbdbde98283efbda1e7a4a6 |
UHC | 顫?邃?? | 11101111101101010011111111100010110001010011111100111111 | efb53fe2c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)