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 | 烝?}烝?{^ | 111000000111111000111111011111011110000001111110001111110111101101011110 | e07e3f7de07e3f7b5e |
EUC-JP | 烝?}烝?{^ | 110111111101111100111111011111011101111111011111001111110111101101011110 | dfdf3f7ddfdf3f7b5e |
UTF-8 | 烝싹}烝싹{^ | 111001111000001110011101111011001000101110111001011111011110011110000011100111011110110010001011101110010111101101011110 | e7839dec8bb97de7839dec8bb97b5e |
UHC | 烝싹}烝싹{^ | 1111000111110110101111011100111101111101111100011111011010111101110011110111101101011110 | f1f6bdcf7df1f6bdcf7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)