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 | ??X? | 00111111001111110101100000111111 | 3f3f583f |
SJIS-WIN | ??X? | 00111111001111110101100000111111 | 3f3f583f |
EUC-JP | ??X潚 | 001111110011111101011000100011111100100011011010 | 3f3f588fc8da |
UTF-8 | 롍렚X潚 | 11101011101000011000110111101011101000001001101001011000111001101011110110011010 | eba18deba09a58e6bd9a |
UHC | 롍렚X潚 | 10001110110100111000111010101101010110001110001011011000 | 8ed38ead58e2d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)