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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 陂顛陂顛 | 1110100010011000100100110101111011101000100110001001001101011110 | e898935ee898935e |
EUC-JP | 陂顛陂顛 | 1110111111111000110001011011111111101111111110001100010110111111 | eff8c5bfeff8c5bf |
UTF-8 | 陂顛陂顛 | 111010011001100110000010111010011010000110011011111010011001100110000010111010011010000110011011 | e99982e9a19be99982e9a19b |
UHC | 陂?陂? | 111110011010111000111111111110011010111000111111 | f9ae3ff9ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)