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 | 膣磯毅膣 | 1110010001010011100010001110100110001011010000101110010001010011 | e45388e98b42e453 |
EUC-JP | 膣磯毅膣 | 1110011110110100101100001110101110110101101000111110011110110100 | e7b4b0ebb5a3e7b4 |
UTF-8 | 膣磯毅膣 | 111010001000011010100011111001111010001110101111111001101010111110000101111010001000011010100011 | e886a3e7a3afe6af85e886a3 |
UHC | 膣磯毅膣 | 1111001011110011110100011011010011101011111101101111001011110011 | f2f3d1b4ebf6f2f3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)