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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | ?旭??c^ | 00111111100010001010111000111111001111110110001101011110 | 3f88ae3f3f635e |
EUC-JP | ?旭??c^ | 00111111101100001011000000111111001111110110001101011110 | 3fb0b03f3f635e |
UTF-8 | 쒔旭렖롌c^ | 1110110010010010100101001110011010010111101011011110101110100000100101101110101110100001100011000110001101011110 | ec9294e697adeba096eba18c635e |
UHC | 쒔旭렖롌c^ | 10111110101011011110100111101111100011101010101110001110110100100110001101011110 | beade9ef8eab8ed2635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)