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 | ?賁骰貍而 | 001111111110011011001010111010011000110111100110101111001000111010100111 | 3fe6cae98de6bc8ea7 |
EUC-JP | 錟賁骰貍而 | 1000111111100100110111011110110011001100111100011110110111101100101111101011110010101001 | 8fe4ddecccf1edecbebca9 |
UTF-8 | 錟賁骰貍而 | 111010011000110010011111111010001011001110000001111010011010101010110000111010001011001010001101111010001000000010001100 | e98c9fe8b381e9aab0e8b28de8808c |
UHC | 錟賁??而 | 1101001111001010110111011101001100111111001111111110110010111011 | d3caddd33f3fecbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)