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 | 畴軫湫輒 | 1110000101100110111001110110011010011111110101011110011101101011 | e166e7669fd5e76b |
EUC-JP | 畴軫湫輒 | 1110000111000111111011011100011111011110110101111110110111001100 | e1c7edc7ded7edcc |
UTF-8 | 畴軫湫輒 | 111001111001010110110100111010001011101110101011111001101011100110101011111010001011110010010010 | e795b4e8bbabe6b9abe8bc92 |
UHC | ?軫湫輒 | 00111111111100101110001011110101110100111111010011100101 | 3ff2e2f5d3f4e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)