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 | 踵也怱踝 | 1110011011111001100101101110011110011100100001001110011011110100 | e6f996e79c84e6f4 |
EUC-JP | 踵也怱踝 | 1110110011111011110011001110100111010111111001001110110011110110 | ecfbcce9d7e4ecf6 |
UTF-8 | 踵也怱踝 | 111010001011100010110101111001001011100110011111111001101000000010110001111010001011100010011101 | e8b8b5e4b99fe680b1e8b89d |
UHC | 踵也?? | 111100011010001011100101101001010011111100111111 | f1a2e5a53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)