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§è | 11111011010110011010011111101000 | fb59a7e8 |
SJIS-WIN | ?Y§? | 0011111101011001100000011001100000111111 | 3f5981983f |
EUC-JP | ûY§è | 100011111010101111100101010110011010000111111000100011111010101110110010 | 8fabe559a1f88fabb2 |
UTF-8 | ûY§è | 11000011101110110101100111000010101001111100001110101000 | c3bb59c2a7c3a8 |
UHC | ?Y§? | 0011111101011001101000011101011100111111 | 3f59a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)