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 | ç×ùB | 1110011111010111100100001111100101000010 | e7d790f942 |
SJIS-WIN | ?×??B | 001111111000000101111110001111110011111101000010 | 3f817e3f3f42 |
EUC-JP | ç×?ùB | 10001111101010111010111010100001110111110011111110001111101010111110001101000010 | 8fabaea1df3f8fabe342 |
UTF-8 | ç×ùB | 110000111010011111000011100101111100001010010000110000111011100101000010 | c3a7c397c290c3b942 |
UHC | ?×??B | 001111111010000110111111001111110011111101000010 | 3fa1bf3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)