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 | 羞羞羞羞 | 1110001110110101111000111011010111100011101101011110001110110101 | e3b5e3b5e3b5e3b5 |
EUC-JP | 羞羞羞羞 | 1110011010110111111001101011011111100110101101111110011010110111 | e6b7e6b7e6b7e6b7 |
UTF-8 | 羞羞羞羞 | 111001111011111010011110111001111011111010011110111001111011111010011110111001111011111010011110 | e7be9ee7be9ee7be9ee7be9e |
UHC | 羞羞羞羞 | 1110001010111010111000101011101011100010101110101110001010111010 | e2bae2bae2bae2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)