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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 醫??? | 1110011111001110001111110011111100111111 | e7ce3f3f3f |
EUC-JP | 醫?橒? | 11101110110100000011111110001111110001011010110100111111 | eed03f8fc5ad3f |
UTF-8 | 醫렡橒렡 | 111010011000011010101011111010111010000010100001111001101010100110010010111010111010000010100001 | e986abeba0a1e6a992eba0a1 |
UHC | 醫렡橒렡 | 1110110010100010100011101011001011101001111110001000111010110010 | eca28eb2e9f88eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)