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 | 渧カ魘サ瀅 | 1111101101001000101101101110100110110100101110111111101101001110 | fb48b6e9b4bbfb4e |
EUC-JP | 渧カ魘サ瀅 | 100011111100011111101011100011101011011011110010101101101000111010111011100011111100100110101011 | 8fc7eb8eb6f2b68ebb8fc9ab |
UTF-8 | 渧カ魘サ瀅 | 111001101011100010100111111011111011110110110110111010011010110110011000111011111011110110111011111001111000000010000101 | e6b8a7efbdb6e9ad98efbdbbe78085 |
UHC | ????瀅 | 001111110011111100111111001111111111101110100100 | 3f3f3f3ffba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)