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 | 狐耕?甲 | 10001100110011111000110101101011001111111000110101100010 | 8ccf8d6b3f8d62 |
EUC-JP | 狐耕?甲 | 10111000110100011011100111001100001111111011100111000011 | b8d1b9cc3fb9c3 |
UTF-8 | 狐耕렠甲 | 111001111000101110010000111010001000000010010101111010111010000010100000111001111001010010110010 | e78b90e88095eba0a0e794b2 |
UHC | 狐耕렠甲 | 1111101111001111110011001110100110001110101100011100101110100011 | fbcfcce98eb1cba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)