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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ヨチユケB | 11010110110000011111000010100111110101011011100101000010 | d6c1f0a7d5b942 |
EUC-JP | ヨチ?ユケB | 10001110110101101000111011000001001111111000111011010101100011101011100101000010 | 8ed68ec13f8ed58eb942 |
UTF-8 | ヨチユケB | 11101111101111101001011011101111101111101000000111101110100000011010011011101111101111101001010111101111101111011011100101000010 | efbe96efbe81ee81a6efbe95efbdb942 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)