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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?豸霄 | 0011111111100110101101101110100010111010 | 3fe6b6e8ba |
EUC-JP | 錟豸霄 | 10001111111001001101110111101100101110001111000010111100 | 8fe4ddecb8f0bc |
UTF-8 | 錟豸霄 | 111010011000110010011111111010001011000110111000111010011001110010000100 | e98c9fe8b1b8e99c84 |
UHC | 錟?? | 11010011110010100011111100111111 | d3ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)