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 | 羶♀碍矣 | 1110001110111101100000011000101010001010010101101110000111100001 | e3bd818a8a56e1e1 |
EUC-JP | 羶♀碍矣 | 1110011010111111101000011110101010110011101101111110001011100011 | e6bfa1eab3b7e2e3 |
UTF-8 | 羶♀碍矣 | 111001111011111010110110111000101001100110000000111001111010001010001101111001111001111110100011 | e7beb6e29980e7a28de79fa3 |
UHC | ?♀碍矣 | 00111111101000011100111111100100111101001110101111111000 | 3fa1cfe4f4ebf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)