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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 捨籔室 | 100011101100110011100010110101101000111010111010 | 8ecce2d68eba |
EUC-JP | 捨籔室 | 101111001100111011100100110110001011110010111100 | bccee4d8bcbc |
UTF-8 | 捨籔室 | 111001101000110110101000111001111011000110010100111001011010111010100100 | e68da8e7b194e5aea4 |
UHC | 捨?室 | 1101111011010111001111111110001111111000 | ded73fe3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)