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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驩呵ュ禄 | 11101001100010011001100111101000101011011001100001011100 | e98999e8ad985c |
EUC-JP | 驩呵ュ禄 | 1111000111101001110100101110101010001110101011011100111110111101 | f1e9d2ea8eadcfbd |
UTF-8 | 驩呵ュ禄 | 111010011010100110101001111001011001000110110101111011111011110110101101111001111010011010000100 | e9a9a9e591b5efbdade7a684 |
UHC | 驩呵?? | 111111001011111011001010101001110011111100111111 | fcbecaa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)