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 | 壯잋툋鹽 | 111001011010001110101111111011001001111010001011111011011000100010001011111010011011100110111101 | e5a3afec9e8bed888be9b9bd |
UHC | 壯잋툋鹽 | 1110110111100000100111111110010010111000100000111110011110100100 | ede09fe4b883e7a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)