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 | 禎?低 | 1001001011110101001111111001001011100001 | 92f53f92e1 |
EUC-JP | 禎?低 | 1100010011110111001111111100010011100011 | c4f73fc4e3 |
UTF-8 | 禎렓低 | 111001111010011010001110111010111010000010010011111001001011110110001110 | e7a68eeba093e4bd8e |
UHC | 禎렓低 | 111011111110111010001110101010001110111010111000 | efee8ea8eeb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)