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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?少}?少{^ | 001111111000111110101101011111010011111110001111101011010111101101011110 | 3f8fad7d3f8fad7b5e |
EUC-JP | ?少}?少{^ | 001111111011111010101111011111010011111110111110101011110111101101011110 | 3fbeaf7d3fbeaf7b5e |
UTF-8 | 쉟少}쉟少{^ | 111011001000100110011111111001011011000010010001011111011110110010001001100111111110010110110000100100010111101101011110 | ec899fe5b0917dec899fe5b0917b5e |
UHC | 쉟少}쉟少{^ | 1001101001110101111000011011010001111101100110100111010111100001101101000111101101011110 | 9a75e1b47d9a75e1b47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)