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 | 淏帷明韶偃 | 11111011010000101001101111100111100101101011111011101000111011101001100011101110 | fb429be796bee8ee98ee |
EUC-JP | 淏帷明韶偃 | 1000111111000111110110011101011011101001110011001100000011110000111100001101000011110000 | 8fc7d9d6e9ccc0f0f0d0f0 |
UTF-8 | 淏帷明韶偃 | 111001101011011110001111111001011011100010110111111001101001100010001110111010011001111110110110111001011000000110000011 | e6b78fe5b8b7e6988ee99fb6e58183 |
UHC | 淏?明韶偃 | 111110111100100000111111110110011010010111100001110100101110010111100111 | fbc83fd9a5e1d2e5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)