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 | 億??億??^ | 100010011010110100111111001111111000100110101101001111110011111101011110 | 89ad3f3f89ad3f3f5e |
EUC-JP | 億??億??^ | 101100101010111100111111001111111011001010101111001111110011111101011110 | b2af3f3fb2af3f3f5e |
UTF-8 | 億륂뀫億륂뀦^ | 11100101100001001000010011101011101001011000001011101011100000001010101111100101100001001000010011101011101001011000001011101011100000001010011001011110 | e58484eba582eb80abe58484eba582eb80a65e |
UHC | 億륂뀫億륂뀦^ | 11100101111000101000111111101101100001011010000111100101111000101000111111101101100001011001110101011110 | e5e28fed85a1e5e28fed859d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)