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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シ邇ョー霾・ | 11110001111110111011110011100111100011101010111010110000111010001100100010100101 | f1fbbce78eaeb0e8c8a5 |
EUC-JP | ?シ邇ョー霾・ | 00111111100011101011110011101101111011101000111010101110100011101011000011110000110010101000111010100101 | 3f8ebcedee8eae8eb0f0ca8ea5 |
UTF-8 | シ邇ョー霾・ | 111011101000010110110110111011111011110110111100111010011000001010000111111011111011110110101110111011111011110110110000111010011001110010111110111011111011110110100101 | ee85b6efbdbce98287efbdaeefbdb0e99cbeefbda5 |
UHC | ??邇???? | 0011111100111111111011001100010000111111001111110011111100111111 | 3f3fecc43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)