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 | ûY§è | 1111101101011001101001111110100010001110 | fb59a7e88e |
SJIS-WIN | ?Y§?? | 001111110101100110000001100110000011111100111111 | 3f5981983f3f |
EUC-JP | ûY§è? | 10001111101010111110010101011001101000011111100010001111101010111011001000111111 | 8fabe559a1f88fabb23f |
UTF-8 | ûY§è | 110000111011101101011001110000101010011111000011101010001100001010001110 | c3bb59c2a7c3a8c28e |
UHC | ?Y§?? | 001111110101100110100001110101110011111100111111 | 3f59a1d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)