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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 竺捨竺 | 100011101011000110001110110011001000111010110001 | 8eb18ecc8eb1 |
EUC-JP | 竺捨竺 | 101111001011001110111100110011101011110010110011 | bcb3bccebcb3 |
UTF-8 | 竺捨竺 | 111001111010101110111010111001101000110110101000111001111010101110111010 | e7abbae68da8e7abba |
UHC | 竺捨竺 | 111101011110011111011110110101111111010111100111 | f5e7ded7f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)