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 | ?莎滿辛? | 0011111111100100101100111001111111011110100100000110100000111111 | 3fe4b39fde90683f |
EUC-JP | ?莎滿辛? | 0011111111101000101101011101111011100000101111111100100100111111 | 3fe8b5dee0bfc93f |
UTF-8 | 罹莎滿辛렗 | 111011111010011110100110111010001000111010001110111001101011101110111111111010001011111010011011111010111010000010010111 | efa7a6e88e8ee6bbbfe8be9beba097 |
UHC | 罹莎滿辛렗 | 11101100101110101101111011101101110110001011101111100011111101001000111010101100 | ecbadeedd8bbe3f48eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)