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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝸ス螢ス谿 | 1110010110010111101111011110010110100011101111011110011010101110 | e597bde5a3bde6ae |
EUC-JP | 蝸ス螢ス谿 | 11101001111101111000111010111101111010101010010110001110101111011110110010110000 | e9f78ebdeaa58ebdecb0 |
UTF-8 | 蝸ス螢ス谿 | 111010001001110110111000111011111011110110111101111010001001111010100010111011111011110110111101111010001011000010111111 | e89db8efbdbde89ea2efbdbde8b0bf |
UHC | 蝸?螢?谿 | 1110100011000100001111111111101110101011001111111100110110101100 | e8c43ffbab3fcdac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)