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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踵也料鞜 | 1110011011111001100101101110011110010111101111111110100011011111 | e6f996e797bfe8df |
EUC-JP | 踵也料鞜 | 1110110011111011110011001110100111001110110000011111000011100001 | ecfbcce9cec1f0e1 |
UTF-8 | 踵也料鞜 | 111010001011100010110101111001001011100110011111111001101001011010011001111010011001111010011100 | e8b8b5e4b99fe69699e99e9c |
UHC | 踵也料? | 11110001101000101110010110100101110101101111100100111111 | f1a2e5a5d6f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)