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 | ï÷×Ù | 11101111111101111101011111011001 | eff7d7d9 |
SJIS-WIN | ?÷×? | 001111111000000110000000100000010111111000111111 | 3f8180817e3f |
EUC-JP | ï÷×Ù | 10001111101010111100000110100001111000001010000111011111100011111010101011100011 | 8fabc1a1e0a1df8faae3 |
UTF-8 | ï÷×Ù | 1100001110101111110000111011011111000011100101111100001110011001 | c3afc3b7c397c399 |
UHC | ?÷×? | 001111111010000111000000101000011011111100111111 | 3fa1c0a1bf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)