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 | 壯??鹽 | 100110101110000100111111001111111110101001100100 | 9ae13f3fea64 |
EUC-JP | 壯??鹽 | 110101001110001100111111001111111111001111000101 | d4e33f3ff3c5 |
UTF-8 | 壯╊툋鹽 | 111001011010001110101111111000101001010110001010111011011000100010001011111010011011100110111101 | e5a3afe2958aed888be9b9bd |
UHC | 壯╊툋鹽 | 1110110111100000101001101110010010111000100000111110011110100100 | ede0a6e4b883e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)