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 | ?豐骰貍 | 00111111111001101011001011101001100011011110011010111100 | 3fe6b2e98de6bc |
EUC-JP | 寗豐骰貍 | 100011111011101011100000111011001011010011110001111011011110110010111110 | 8fbae0ecb4f1edecbe |
UTF-8 | 寗豐骰貍 | 111001011010111110010111111010001011000110010000111010011010101010110000111010001011001010001101 | e5af97e8b190e9aab0e8b28d |
UHC | 寗??? | 1101001010111100001111110011111100111111 | d2bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)