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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邯鞘或蟇 | 1110011110110110100011111110001010001000101111011110010110101111 | e7b68fe288bde5af |
EUC-JP | 邯鞘或蟇 | 1110111010111000101111101110010010110000101111111110101010110001 | eeb8bee4b0bfeab1 |
UTF-8 | 邯鞘或蟇 | 111010011000001010101111111010011001111010011000111001101000100010010110111010001001111110000111 | e982afe99e98e68896e89f87 |
UHC | 邯?或? | 110010101111101100111111111110111110010000111111 | cafb3ffbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)