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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 糒}糒{^ | 1111000011110111111000101111001101111101111100001111011111100010111100110111101101011110 | f0f7e2f37df0f7e2f37b5e |
EUC-JP | ?糒}?糒{^ | 001111111110010011110101011111010011111111100100111101010111101101011110 | 3fe4f57d3fe4f57b5e |
UTF-8 | 糒}糒{^ | 111011101000001010110110111001111011001110010010011111011110111010000010101101101110011110110011100100100111101101011110 | ee82b6e7b3927dee82b6e7b3927b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)