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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮨灰鮨灰^ | 111010011011110110001010010001001110100110111101100010100100010001011110 | e9bd8a44e9bd8a445e |
EUC-JP | 鮨灰鮨灰^ | 111100101011111110110011101001011111001010111111101100111010010101011110 | f2bfb3a5f2bfb3a55e |
UTF-8 | 鮨灰鮨灰^ | 11101001101011101010100011100111100000011011000011101001101011101010100011100111100000011011000001011110 | e9aea8e781b0e9aea8e781b05e |
UHC | ?灰?灰^ | 00111111111111001110100100111111111111001110100101011110 | 3ffce93ffce95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)