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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
UTF-8 | 윎멻[윎멻[^ | 111011001001110010001110111010111010100110111011010110111110110010011100100011101110101110101001101110110101101101011110 | ec9c8eeba9bb5bec9c8eeba9bb5b5e |
UHC | 윎멻[윎멻[^ | 1001111110010101100100010110100001011011100111111001010110010001011010000101101101011110 | 9f9591685b9f9591685b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)