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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 璋?檣?中 | 1110000011110110001111111001111011111100001111111001001010000110 | e0f63f9efc3f9286 |
EUC-JP | 璋?檣?中 | 1110000011111000001111111101110011111110001111111100001111100110 | e0f83fdcfe3fc3e6 |
UTF-8 | 璋렡檣렋中 | 111001111001001010001011111010111010000010100001111001101010101010100011111010111010000010001011111001001011100010101101 | e7928beba0a1e6aaa3eba08be4b8ad |
UHC | 璋렡檣렋中 | 11101101111100001000111010110010111011011110101010001110101000101111000111101001 | edf08eb2edea8ea2f1e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)