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 | 鄂醍ス楚 | 11100111101111011001000111100111101111011001000101011110 | e7bd91e7bd915e |
EUC-JP | 鄂醍ス楚 | 1110111010111111110000101110100110001110101111011100000110111111 | eebfc2e98ebdc1bf |
UTF-8 | 鄂醍ス楚 | 111010011000010010000010111010011000011010001101111011111011110110111101111001101010010110011010 | e98482e9868defbdbde6a59a |
UHC | 鄂醍?楚 | 11100100110001111111000010110101001111111111010110100010 | e4c7f0b53ff5a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)