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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罎郁匠譖 | 1110001110100010100010001110100010001111101000001110011010011011 | e3a288e88fa0e69b |
EUC-JP | 罎郁匠譖 | 1110011010100100101100001110101010111110101000101110101111111011 | e6a4b0eabea2ebfb |
UTF-8 | 罎郁匠譖 | 111001111011110110001110111010011000001110000001111001011000110010100000111010001010110110010110 | e7bd8ee98381e58ca0e8ad96 |
UHC | ?郁匠? | 001111111110100111110100111011011101110100111111 | 3fe9f4eddd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)