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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜捺コ俶ア | 1110100010011101100100111110011010111010100110001110011010110001 | e89d93e6ba98e6b1 |
EUC-JP | 陜捺コ俶ア | 11101111111111011100011011101000100011101011101011010000111010001000111010110001 | effdc6e88ebad0e88eb1 |
UTF-8 | 陜捺コ俶ア | 111010011001100110011100111001101000110110111010111011111011110110111010111001001011111110110110111011111011110110110001 | e9999ce68dbaefbdbae4bfb6efbdb1 |
UHC | 陜捺??? | 11111001111100001101000111110100001111110011111100111111 | f9f0d1f43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)