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 | 逾ュ}逾ュ{^ | 111001111010010110101101011111011110011110100101101011010111101101011110 | e7a5ad7de7a5ad7b5e |
EUC-JP | 逾ュ}逾ュ{^ | 1110111010100111100011101010110101111101111011101010011110001110101011010111101101011110 | eea78ead7deea78ead7b5e |
UTF-8 | 逾ュ}逾ュ{^ | 111010011000000010111110111011111011110110101101011111011110100110000000101111101110111110111101101011010111101101011110 | e980beefbdad7de980beefbdad7b5e |
UHC | 逾?}逾?{^ | 111010111011010100111111011111011110101110110101001111110111101101011110 | ebb53f7debb53f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)