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 | 竺捨煮 | 100011101011000110001110110011001000111011001111 | 8eb18ecc8ecf |
EUC-JP | 竺捨煮 | 101111001011001110111100110011101011110011010001 | bcb3bccebcd1 |
UTF-8 | 竺捨煮 | 111001111010101110111010111001101000110110101000111001111000010110101110 | e7abbae68da8e785ae |
UHC | 竺捨煮 | 111101011110011111011110110101111110110110110100 | f5e7ded7edb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)