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 | ネ鯤ス | 1111000011110111110010001110100111001000101111011111001010101001 | f0f7c8e9c8bdf2a9 |
EUC-JP | ?ネ鯤ス? | 0011111110001110110010001111001011001010100011101011110100111111 | 3f8ec8f2ca8ebd3f |
UTF-8 | ネ鯤ス | 111011101000001010110110111011111011111010001000111010011010111110100100111011111011110110111101111011101000011110100000 | ee82b6efbe88e9afa4efbdbdee87a0 |
UHC | ??鯤?? | 001111110011111111001101111001100011111100111111 | 3f3fcde63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)