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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | テ淞ャwh | 110000111001111111000010101011000111011101101000 | c39fc2ac7768 |
EUC-JP | テ淞ャwh | 1000111011000011110111101100010010001110101011000111011101101000 | 8ec3dec48eac7768 |
UTF-8 | テ淞ャwh | 1110111110111110100000111110011010110111100111101110111110111101101011000111011101101000 | efbe83e6b79eefbdac7768 |
UHC | ?淞?wh | 001111111110000111100111001111110111011101101000 | 3fe1e73f7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)