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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???依ζ? | 0011111100111111001111111000100011001011100000111100010000111111 | 3f3f3f88cb83c43f |
EUC-JP | ???依ζ? | 0011111100111111001111111011000011001101101001101100011000111111 | 3f3f3fb0cda6c63f |
UTF-8 | 嶺쎈㈃依ζ췃 | 1110111110100110101010111110110010001110100010001110001110001000100000111110010010111110100111011100111010110110111011001011011110000011 | efa6abec8e88e38883e4be9dceb6ecb783 |
UHC | 嶺쎈㈃依ζ췃 | 111001111010110110111101111010111010100110110100111010111110111010100101111001101010110110011111 | e7adbdeba9b4ebeea5e6ad9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)