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 | 張у?業 | 10010010101000111000010010000101001111111000101111000110 | 92a384853f8bc6 |
EUC-JP | 張у?業 | 11000100101001011010011111100101001111111011011011001000 | c4a5a7e53fb6c8 |
UTF-8 | 張у뤀業 | 1110010110111100101101011101000110000011111010111010010010000000111001101010010110101101 | e5bcb5d183eba480e6a5ad |
UHC | 張у뤀業 | 1110110111100101101011001110010110001111101100011110010111110110 | ede5ace58fb1e5f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)