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 | ê²½¦] | 1110101010110010101111011010011001011101 | eab2bda65d |
SJIS-WIN | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
EUC-JP | ê??¦] | 100011111010101110110100001111110011111110001111101000101100001101011101 | 8fabb43f3f8fa2c35d |
UTF-8 | ê²½¦] | 110000111010101011000010101100101100001010111101110000101010011001011101 | c3aac2b2c2bdc2a65d |
UHC | ?²½?] | 00111111101010011111011110101000111101100011111101011101 | 3fa9f7a8f63f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)