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 | ?貳骰貍キ | 0011111111100110110001101110100110001101111001101011110010110111 | 3fe6c6e98de6bcb7 |
EUC-JP | 錜貳骰貍キ | 1000111111100100110110101110110011001000111100011110110111101100101111101000111010110111 | 8fe4daecc8f1edecbe8eb7 |
UTF-8 | 錜貳骰貍キ | 111010011000110010011100111010001011001010110011111010011010101010110000111010001011001010001101111011111011110110110111 | e98c9ce8b2b3e9aab0e8b28defbdb7 |
UHC | ?貳??? | 001111111110110011000011001111110011111100111111 | 3fecc33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)