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 | ??億?δ | 00111111001111111000100110101101001111111000001111000010 | 3f3f89ad3f83c2 |
EUC-JP | ??億?δ | 00111111001111111011001010101111001111111010011011000100 | 3f3fb2af3fa6c4 |
UTF-8 | 綎렮億명δ | 1110011110110110100011101110101110100000101011101110010110000100100001001110101110101010100001011100111010110100 | e7b68eeba0aee58484ebaa85ceb4 |
UHC | 綎렮億명δ | 11101111111100101000111010111011111001011110001010111000111011011010010111100100 | eff28ebbe5e2b8eda5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)