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 | 轣檎汚辜 | 1110011110000001100011001110011110001001100110001110011110000011 | e7818ce78998e783 |
EUC-JP | 轣檎汚辜 | 1110110111100001101110001110100110110001111110001110110111100011 | ede1b8e9b1f8ede3 |
UTF-8 | 轣檎汚辜 | 111010001011110110100011111001101010101010001110111001101011000110011010111010001011111010011100 | e8bda3e6aa8ee6b19ae8be9c |
UHC | ?檎汚辜 | 00111111110100001101010111100111111111011100110111010000 | 3fd0d5e7fdcdd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)