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 | 齬↓? | 1110101010010111100000011010101100111111 | ea9781ab3f |
EUC-JP | 齬↓? | 1111001111110111101000101010110100111111 | f3f7a2ad3f |
UTF-8 | 齬↓젂 | 111010011011110110101100111000101000011010010011111011001010000010000010 | e9bdace28693eca082 |
UHC | 齬↓젂 | 111001011110000110100001111010011010000010000110 | e5e1a1e9a086 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)