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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 踵也料^ | 11100110111110011001011011100111100101111011111101011110 | e6f996e797bf5e |
EUC-JP | 踵也料^ | 11101100111110111100110011101001110011101100000101011110 | ecfbcce9cec15e |
UTF-8 | 踵也料^ | 11101000101110001011010111100100101110011001111111100110100101101001100101011110 | e8b8b5e4b99fe696995e |
UHC | 踵也料^ | 11110001101000101110010110100101110101101111100101011110 | f1a2e5a5d6f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)