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 | ûD§ûN | 111110110100010010001110101001111111101101001110 | fb448ea7fb4e |
SJIS-WIN | ?D?§?N | 00111111010001000011111110000001100110000011111101001110 | 3f443f81983f4e |
EUC-JP | ûD?§ûN | 1000111110101011111001010100010000111111101000011111100010001111101010111110010101001110 | 8fabe5443fa1f88fabe54e |
UTF-8 | ûD§ûN | 11000011101110110100010011000010100011101100001010100111110000111011101101001110 | c3bb44c28ec2a7c3bb4e |
UHC | ?D?§?N | 00111111010001000011111110100001110101110011111101001110 | 3f443fa1d73f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)