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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艇?禎 | 1001001011111000001111111001001011110101 | 92f83f92f5 |
EUC-JP | 艇?禎 | 1100010011111010001111111100010011110111 | c4fa3fc4f7 |
UTF-8 | 艇괘禎 | 111010001000100110000111111010101011010010011000111001111010011010001110 | e88987eab498e7a68e |
UHC | 艇괘禎 | 111011111111001110110001101001011110111111101110 | eff3b1a5efee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)