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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 橈荏橈荏^ | 100111101111010010001001011000001001111011110100100010010110000001011110 | 9ef489609ef489605e |
EUC-JP | 橈荏橈荏^ | 110111001111011010110001110000011101110011110110101100011100000101011110 | dcf6b1c1dcf6b1c15e |
UTF-8 | 橈荏橈荏^ | 11100110101010011000100011101000100011011000111111100110101010011000100011101000100011011000111101011110 | e6a988e88d8fe6a988e88d8f5e |
UHC | 橈荏橈荏^ | 111010001111101011101100111110111110100011111010111011001111101101011110 | e8faecfbe8faecfb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)