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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠖ア竭シ峵 | 1110010110111101101100011110001010010001101111001111101010101110 | e5bdb1e291bcfaae |
EUC-JP | 蠖ア竭シ? | 111010101011111110001110101100011110001111110001100011101011110000111111 | eabf8eb1e3f18ebc3f |
UTF-8 | 蠖ア竭シ峵 | 111010001010000010010110111011111011110110110001111001111010101110101101111011111011110110111100111001011011001110110101 | e8a096efbdb1e7abadefbdbce5b3b5 |
UHC | ??竭?? | 001111110011111111001010111001100011111100111111 | 3f3fcae63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)