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 | 庸??違э? | 100101110110011000111111001111111000100011100001100001001000111100111111 | 97663f3f88e1848f3f |
EUC-JP | 庸??違э? | 110011011100011100111111001111111011000011100011101001111110111100111111 | cdc73f3fb0e3a7ef3f |
UTF-8 | 庸뉕퇊違э쭓 | 1110010110111010101110001110101110001001100101011110110110000111100010101110100110000001100101011101000110001101111011001010110110010011 | e5bab8eb8995ed878ae98195d18decad93 |
UHC | 庸뉕퇊違э쭓 | 111010011011110010000111111010101011011110011011111010101101111010101100111011111010011110001011 | e9bc87eab79beadeacefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)