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 | 億???? | 100010011010110100111111001111110011111100111111 | 89ad3f3f3f3f |
EUC-JP | 億???? | 101100101010111100111111001111110011111100111111 | b2af3f3f3f3f |
UTF-8 | 億륂렓痢뉰 | 111001011000010010000100111010111010010110000010111010111010000010010011111011111010011110100101111010111000100110110000 | e58484eba582eba093efa7a5eb89b0 |
UHC | 億륂렓痢뉰 | 11100101111000101000111111101101100011101010100011101100101110001000100001000010 | e5e28fed8ea8ecb88842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)