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 | 煮捨丞ウ | 10001110110011111000111011001100100011111110010110110011 | 8ecf8ecc8fe5b3 |
EUC-JP | 煮捨丞ウ | 1011110011010001101111001100111010111110111001111000111010110011 | bcd1bccebee78eb3 |
UTF-8 | 煮捨丞ウ | 111001111000010110101110111001101000110110101000111001001011100010011110111011111011110110110011 | e785aee68da8e4b89eefbdb3 |
UHC | 煮捨丞? | 11101101101101001101111011010111111000111010101000111111 | edb4ded7e3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)