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 | 鮨頑桝蟒 | 1110100110111101100010101110011010010110100100011110010110111011 | e9bd8ae69691e5bb |
EUC-JP | 鮨頑桝蟒 | 1111001010111111101101001110100011001011111100011110101010111101 | f2bfb4e8cbf1eabd |
UTF-8 | 鮨頑桝蟒 | 111010011010111010101000111010011010000010010001111001101010000110011101111010001001111110010010 | e9aea8e9a091e6a19de89f92 |
UHC | ?頑?? | 0011111111101000110101110011111100111111 | 3fe8d73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)