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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竺捨煮捨竺 | 10001110101100011000111011001100100011101100111110001110110011001000111010110001 | 8eb18ecc8ecf8ecc8eb1 |
EUC-JP | 竺捨煮捨竺 | 10111100101100111011110011001110101111001101000110111100110011101011110010110011 | bcb3bccebcd1bccebcb3 |
UTF-8 | 竺捨煮捨竺 | 111001111010101110111010111001101000110110101000111001111000010110101110111001101000110110101000111001111010101110111010 | e7abbae68da8e785aee68da8e7abba |
UHC | 竺捨煮捨竺 | 11110101111001111101111011010111111011011011010011011110110101111111010111100111 | f5e7ded7edb4ded7f5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)