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 | ?貳骰谺コ | 0011111111100110110001101110100110001101111001101010110010111010 | 3fe6c6e98de6acba |
EUC-JP | 淶貳骰谺コ | 1000111111000111111001011110110011001000111100011110110111101100101011101000111010111010 | 8fc7e5ecc8f1edecae8eba |
UTF-8 | 淶貳骰谺コ | 111001101011011110110110111010001011001010110011111010011010101010110000111010001011000010111010111011111011110110111010 | e6b7b6e8b2b3e9aab0e8b0baefbdba |
UHC | ?貳??? | 001111111110110011000011001111110011111100111111 | 3fecc33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)