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 | 帙???? | 100110111110001100111111001111110011111100111111 | 9be33f3f3f3f |
EUC-JP | 帙???? | 110101101110010100111111001111110011111100111111 | d6e53f3f3f3f |
UTF-8 | 帙롆뤰탮갸 | 111001011011100010011001111010111010000110000110111010111010010010110000111011011000001110101110111010101011000010111000 | e5b899eba186eba4b0ed83aeeab0b8 |
UHC | 帙롆뤰탮갸 | 11110010111011011000111011001100100011111101111010110101100011101011000010111100 | f2ed8ecc8fdeb58eb0bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)