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 | 鄂イ}鄂イ{^ | 111001111011110110110010011111011110011110111101101100100111101101011110 | e7bdb27de7bdb27b5e |
EUC-JP | 鄂イ}鄂イ{^ | 1110111010111111100011101011001001111101111011101011111110001110101100100111101101011110 | eebf8eb27deebf8eb27b5e |
UTF-8 | 鄂イ}鄂イ{^ | 111010011000010010000010111011111011110110110010011111011110100110000100100000101110111110111101101100100111101101011110 | e98482efbdb27de98482efbdb27b5e |
UHC | 鄂?}鄂?{^ | 111001001100011100111111011111011110010011000111001111110111101101011110 | e4c73f7de4c73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)