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 | 偕?楷?解 | 1001100011110001001111111001111010110010001111111000100111110000 | 98f13f9eb23f89f0 |
EUC-JP | 偕?楷?解 | 1101000011110011001111111101110010110100001111111011001011110010 | d0f33fdcb43fb2f2 |
UTF-8 | 偕렓楷렠解 | 111001011000000110010101111010111010000010010011111001101010010110110111111010111010000010100000111010001010011110100011 | e58195eba093e6a5b7eba0a0e8a7a3 |
UHC | 偕렓楷렠解 | 11111010101001011000111010101000111110101010110010001110101100011111101010110000 | faa58ea8faac8eb1fab0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)