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 | 輿?}輿?{^ | 100101110110000000111111011111011001011101100000001111110111101101011110 | 97603f7d97603f7b5e |
EUC-JP | 輿?}輿?{^ | 110011011100000100111111011111011100110111000001001111110111101101011110 | cdc13f7dcdc13f7b5e |
UTF-8 | 輿튩}輿튩{^ | 111010001011110010111111111011011000101010101001011111011110100010111100101111111110110110001010101010010111101101011110 | e8bcbfed8aa97de8bcbfed8aa97b5e |
UHC | 輿튩}輿튩{^ | 1110011010101011101110100101011101111101111001101010101110111010010101110111101101011110 | e6abba577de6abba577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)