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 | ???楯? | 001111110011111100111111100011110111110000111111 | 3f3f3f8f7c3f |
EUC-JP | ???楯? | 001111110011111100111111101111011101110100111111 | 3f3f3fbddd3f |
UTF-8 | 琉멱죸楯뛄 | 111011111010011110001100111010111010100110110001111011001010001110111000111001101010010110101111111010111001101110000100 | efa78ceba9b1eca3b8e6a5afeb9b84 |
UHC | 琉멱죸楯뛄 | 11101011101001001011100011101000101000011001001011100010111001001000110101000010 | eba4b8e8a192e2e48d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)