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 | 樟?禎富 | 10001111101111100011111110010010111101011001010101111000 | 8fbe3f92f59578 |
EUC-JP | 樟?禎富 | 10111110110000000011111111000100111101111100100111011001 | bec03fc4f7c9d9 |
UTF-8 | 樟렣禎富 | 111001101010100010011111111010111010000010100011111001111010011010001110111001011010111110001100 | e6a89feba0a3e7a68ee5af8c |
UHC | 樟렣禎富 | 1110110111101001100011101011010011101111111011101101110110100011 | ede98eb4efeedda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)