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 | 鄂醍ス腺 | 11100111101111011001000111100111101111011001000101000010 | e7bd91e7bd9142 |
EUC-JP | 鄂醍ス腺 | 1110111010111111110000101110100110001110101111011100000110100011 | eebfc2e98ebdc1a3 |
UTF-8 | 鄂醍ス腺 | 111010011000010010000010111010011000011010001101111011111011110110111101111010001000010110111010 | e98482e9868defbdbde885ba |
UHC | 鄂醍?腺 | 11100100110001111111000010110101001111111110000011001101 | e4c7f0b53fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)