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 | 鮨頑旧笏 | 1110100110111101100010101110011010001011100011001110001010010100 | e9bd8ae68b8ce294 |
EUC-JP | 鮨頑旧笏 | 1111001010111111101101001110100010110101111011001110001111110100 | f2bfb4e8b5ece3f4 |
UTF-8 | 鮨頑旧笏 | 111010011010111010101000111010011010000010010001111001101001011110100111111001111010110010001111 | e9aea8e9a091e697a7e7ac8f |
UHC | ?頑?笏 | 001111111110100011010111001111111111101111101110 | 3fe8d73ffbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)