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 | 輿쨙}輿쨙{^ | 111010001011110010111111111011001010100010011001011111011110100010111100101111111110110010101000100110010111101101011110 | e8bcbfeca8997de8bcbfeca8997b5e |
UHC | 輿쨙}輿쨙{^ | 1110011010101011101001000110111001111101111001101010101110100100011011100111101101011110 | e6aba46e7de6aba46e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)