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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 粤肯旧械^ | 111000101110001110001101011011011000101110001100100010100100001001011110 | e2e38d6d8b8c8a425e |
EUC-JP | 粤肯旧械^ | 111001001110010110111001110011101011010111101100101100111010001101011110 | e4e5b9ceb5ecb3a35e |
UTF-8 | 粤肯旧械^ | 11100111101100101010010011101000100000101010111111100110100101111010011111100110101000101011000001011110 | e7b2a4e882afe697a7e6a2b05e |
UHC | ?肯?械^ | 00111111110100001110100100111111110011001111111001011110 | 3fd0e93fccfe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)