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 | ?賁骰貍 | 00111111111001101100101011101001100011011110011010111100 | 3fe6cae98de6bc |
EUC-JP | 錟賁骰貍 | 100011111110010011011101111011001100110011110001111011011110110010111110 | 8fe4ddecccf1edecbe |
UTF-8 | 錟賁骰貍 | 111010011000110010011111111010001011001110000001111010011010101010110000111010001011001010001101 | e98c9fe8b381e9aab0e8b28d |
UHC | 錟賁?? | 110100111100101011011101110100110011111100111111 | d3caddd33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)