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 | ×Ìð© | 100011101101011110001110110011001111000010101001 | 8ed78eccf0a9 |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×?Ìð© | 00111111101000011101111100111111100011111010101011000000100011111010100111000011100011111010001011101101 | 3fa1df3f8faac08fa9c38fa2ed |
UTF-8 | ×Ìð© | 110000101000111011000011100101111100001010001110110000111000110011000011101100001100001010101001 | c28ec397c28ec38cc3b0c2a9 |
UHC | ?×??ð? | 0011111110100001101111110011111100111111101010011010001100111111 | 3fa1bf3f3fa9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)