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 | 荵滕汞 | 111001001011100110011111111011001001111110000111 | e4b99fec9f87 |
EUC-JP | 荵滕汞 | 111010001011101111011110111011101101110111100111 | e8bbdeeedde7 |
UTF-8 | 荵滕汞 | 111010001000110110110101111001101011101110010101111001101011000110011110 | e88db5e6bb95e6b19e |
UHC | ??汞 | 00111111001111111111101111110001 | 3f3ffbf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)