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 | 迚エ闥溽庶 | 111001111000100110110100111010001001001010011111111001111000111110001110 | e789b4e8929fe78f8e |
EUC-JP | 迚エ闥溽庶 | 11101101111010011000111010110100111011111111001011011110111010011011110111101110 | ede98eb4eff2dee9bdee |
UTF-8 | 迚エ闥溽庶 | 111010001011111110011010111011111011110110110100111010011001011110100101111001101011101010111101111001011011101010110110 | e8bf9aefbdb4e997a5e6babde5bab6 |
UHC | ????庶 | 001111110011111100111111001111111101111111101110 | 3f3f3f3fdfee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)