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 | 漿脛?? | 100111111111011111100011111110000011111100111111 | 9ff7e3f83f3f |
EUC-JP | 漿脛?? | 110111101111100111100110111110100011111100111111 | def9e6fa3f3f |
UTF-8 | 漿脛렊렞 | 111001101011110010111111111010001000010010011011111010111010000010001010111010111010000010011110 | e6bcbfe8849beba08aeba09e |
UHC | 漿脛렊렞 | 1110110111101100110011001110101110001110101000011000111010101111 | edeccceb8ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)