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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮨殊キ | 1110100110111101100011101110101010110111 | e9bd8eeab7 |
EUC-JP | 鮨殊キ | 111100101011111110111100111011001000111010110111 | f2bfbcec8eb7 |
UTF-8 | 鮨殊キ | 111010011010111010101000111001101010111010001010111011111011110110110111 | e9aea8e6ae8aefbdb7 |
UHC | ?殊? | 00111111111000101010100000111111 | 3fe2a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)