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 | ?省}?省{^ | 001111111000111111001000011111010011111110001111110010000111101101011110 | 3f8fc87d3f8fc87b5e |
EUC-JP | ?省}?省{^ | 001111111011111011001010011111010011111110111110110010100111101101011110 | 3fbeca7d3fbeca7b5e |
UTF-8 | 쒔省}쒔省{^ | 111011001001001010010100111001111001110010000001011111011110110010010010100101001110011110011100100000010111101101011110 | ec9294e79c817dec9294e79c817b5e |
UHC | 쒔省}쒔省{^ | 1011111010101101111000001111110101111101101111101010110111100000111111010111101101011110 | beade0fd7dbeade0fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)