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 | 韃泓尊粤 | 1110100011100101100111111001011110010001101110001110001011100011 | e8e59f9791b8e2e3 |
EUC-JP | 韃泓尊粤 | 1111000011100111110111011111011111000010101110101110010011100101 | f0e7ddf7c2bae4e5 |
UTF-8 | 韃泓尊粤 | 111010011001111110000011111001101011001110010011111001011011000010001010111001111011001010100100 | e99f83e6b393e5b08ae7b2a4 |
UHC | ?泓尊? | 001111111111101111110010111100001110111000111111 | 3ffbf2f0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)