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 | 重?}重?{^ | 100011110110010000111111011111011000111101100100001111110111101101011110 | 8f643f7d8f643f7b5e |
EUC-JP | 重?}重?{^ | 101111011100010100111111011111011011110111000101001111110111101101011110 | bdc53f7dbdc53f7b5e |
UTF-8 | 重렦}重렦{^ | 111010011000011110001101111010111010000010100110011111011110100110000111100011011110101110100000101001100111101101011110 | e9878deba0a67de9878deba0a67b5e |
UHC | 重렦}重렦{^ | 1111000111101100100011101011010101111101111100011110110010001110101101010111101101011110 | f1ec8eb57df1ec8eb57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)