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 | 芯??匙 | 100100000110001100111111001111111000110111111010 | 90633f3f8dfa |
EUC-JP | 芯??匙 | 101111111100010000111111001111111011101011111100 | bfc43f3fbafc |
UTF-8 | 芯륂뢙匙 | 111010001000101010101111111010111010010110000010111010111010001010011001111001011000110010011001 | e88aafeba582eba299e58c99 |
UHC | 芯륂뢙匙 | 1110010010100101100011111110110110001111010101001110001110110101 | e4a58fed8f54e3b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)