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 | 鸚??由ζ? | 111010100101111100111111001111111001011101010010100000111100010000111111 | ea5f3f3f975283c43f |
EUC-JP | 鸚??由ζ? | 111100111100000000111111001111111100110110110011101001101100011000111111 | f3c03f3fcdb3a6c63f |
UTF-8 | 鸚쒖옃由ζ묾 | 1110100110111000100110101110110010010010100101101110110010011000100000111110011110010100101100011100111010110110111010111010110010111110 | e9b89aec9296ec9883e794b1ceb6ebacbe |
UHC | 鸚쒖옃由ζ묾 | 111001011010010010011100111011001001111010001111111010111010011010100101111001101011100110110010 | e5a49cec9e8feba6a5e6b9b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)