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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 芯??芯??^ | 100100000110001100111111001111111001000001100011001111110011111101011110 | 90633f3f90633f3f5e |
EUC-JP | 芯??芯??^ | 101111111100010000111111001111111011111111000100001111110011111101011110 | bfc43f3fbfc43f3f5e |
UTF-8 | 芯륂뢙芯륂뢙^ | 11101000100010101010111111101011101001011000001011101011101000101001100111101000100010101010111111101011101001011000001011101011101000101001100101011110 | e88aafeba582eba299e88aafeba582eba2995e |
UHC | 芯륂뢙芯륂뢙^ | 11100100101001011000111111101101100011110101010011100100101001011000111111101101100011110101010001011110 | e4a58fed8f54e4a58fed8f545e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)