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 | ?L??^ | 0011111101001100001111110011111101011110 | 3f4c3f3f5e |
SJIS-WIN | ?L??^ | 0011111101001100001111110011111101011110 | 3f4c3f3f5e |
EUC-JP | ?L??^ | 0011111101001100001111110011111101011110 | 3f4c3f3f5e |
UTF-8 | 혩L혺횜^ | 1110110110011000101010010100110011101101100110001011101011101101100110101001110001011110 | ed98a94ced98baed9a9c5e |
UHC | 혩L혺횜^ | 1100001010010001010011001100001010011111110000111001011001011110 | c2914cc29fc3965e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)