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 | ³×Ìð | 10110011110101111100110011110000 | b3d7ccf0 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | ?×Ìð | 001111111010000111011111100011111010101011000000100011111010100111000011 | 3fa1df8faac08fa9c3 |
UTF-8 | ³×Ìð | 1100001010110011110000111001011111000011100011001100001110110000 | c2b3c397c38cc3b0 |
UHC | ³×?ð | 10101001111110001010000110111111001111111010100110100011 | a9f8a1bf3fa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)