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 | 霄。逑皮括 | 111010001011101010100001111001111001001110010100111001111000101010000111 | e8baa1e79394e78a87 |
EUC-JP | 霄。逑皮括 | 11110000101111001000111010100001111011011111001111001000111010011011001111100111 | f0bc8ea1edf3c8e9b3e7 |
UTF-8 | 霄。逑皮括 | 111010011001110010000100111011111011110110100001111010011000000010010001111001111001101010101110111001101000101110101100 | e99c84efbda1e98091e79aaee68bac |
UHC | ??逑皮括 | 0011111100111111110011111100011111111001101010111100111011000000 | 3f3fcfc7f9abcec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)